Get BrevoUserPermission - tsubotitsch/Brevo GitHub Wiki

Get-BrevoUserPermission

SYNOPSIS

Retrieves the permissions of a user based on their email.

SYNTAX

Get-BrevoUserPermission [-email] <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

The Get-BrevoUserPermission function sends a GET request to retrieve the permissions of a user identified by their email address. It uses the Invoke-BrevoCall function to make the API call and returns the user's permissions.

EXAMPLES

EXAMPLE 1

Get-BrevoUserPermission -email "[email protected]"
This command retrieves the permissions for the user with the email "[email protected]".

PARAMETERS

-email

The email address of the invited user whose permissions are to be retrieved. This parameter is mandatory.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ProgressAction

{{ Fill ProgressAction Description }}

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

Returns the permissions of the specified user.

NOTES

RELATED LINKS

⚠️ **GitHub.com Fallback** ⚠️