GroupMembers
Displays a list of users assigned to each group, helping manage team or access group memberships.
Columns
| Name | Type | References | Description |
| GroupId [KEY] | String |
Groups.Id | Unique identifier for the group to which the member belongs. |
| MemberId [KEY] | String |
Users.Id | Unique identifier for the user or entity that is a member of the group. |
| DisplayName | String | Full name or display name of the group member, as shown in the directory. | |
| UserPrincipalName | String | User principal name (UPN) of the member, typically in the format [email protected], used for sign-in and identification. |