Get-DifyMember¶
Warning
This help was primarily created by a generative AI. It may contain partially inaccurate expressions.
SYNOPSIS¶
Retrieve workspace member information.
SYNTAX¶
DESCRIPTION¶
The Get-DifyMember cmdlet retrieves information about members in the workspace. You can filter members by their ID, name, or email address.
NOTE: This help was primarily created by a generative AI. It may contain partially inaccurate expressions.
EXAMPLES¶
Example 1¶
Get all members.
Example 2¶
Get member by ID.
Example 3¶
Get member by name.
Example 4¶
Get member by email.
PARAMETERS¶
-Email¶
Specify one or more email addresses to filter the members by their email.
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Id¶
Specify one or more IDs to filter the members by their unique identifier.
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Name¶
Specify one or more names to filter the members by their name.
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters¶
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.