CheckMemberObjectsForUser
Verifies membership details for a user across groups, administrative units, and directory roles.
Input
Name | Type | Description |
UserId | String | The unique identifier of the user whose memberships need to be checked. Typically, this is a globally unique identifier (GUID) corresponding to the Azure Active Directory user object. |
Ids | String | A collection of comma-separated unique identifiers representing groups, administrative units, or directory roles. These are the entities in which the user's membership will be verified. |
Result Set Columns
Name | Type | Description |
Success | String | Indicates if the membership check operation was completed successfully. Returns 'true' for successful execution and 'false' otherwise. |
Value | String | The detailed outcome of the operation, such as a list of memberships verified or an error message, depending on the operation's result. |