Has Member
|
|||||
|
|
Checks whether the given user is a member of the group. Membership can be direct or nested
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- View and manage the provisioning of groups on your domain
- View and manage group subscriptions on your domain
- View group subscriptions on your domain
- View groups on your domain
Input
This building block consumes 2 input parameters
Name | Format | Description |
---|---|---|
groupKey Required |
STRING |
Identifies the group in the API request. The value can be the group's email address, group alias, or the unique group ID |
memberKey Required |
STRING |
Identifies the user member in the API request. The value can be the user's primary email address, alias, or unique ID |
= Parameter name
= Format
groupKey STRING Required Identifies the group in the API request. The value can be the group's email address, group alias, or the unique group ID |
memberKey STRING Required Identifies the user member in the API request. The value can be the user's primary email address, alias, or unique ID |
Output
This building block provides 1 output parameters
Name | Format | Description |
---|---|---|
isMember |
BOOLEAN |
Output only. Identifies whether the given user is a member of the group. Membership can be direct or nested |
= Parameter name
= Format
isMember BOOLEAN Output only. Identifies whether the given user is a member of the group. Membership can be direct or nested |