Users.getGroupMembershipDifferences (Method)

Returns the differences in group memberships between two users, the differences can be for additional groups and/or missing groups.

Returns:

Users_GetGroupMembershipDifferences_Result (query)

Each row of the returned query results has the following fields:

Field Name Type Description
GroupID GroupID The unique group ID.
GroupName PlainText_NonNull_255 The group name.
Type GroupMembershipDifferences A string indicating whether the deleted user has 'AdditionalGoups' or 'MissingGroups'.

Arguments:

Name Type Required Description
userID UserID Required UserID to compare.
compareUserID UserID Required An ID of the user to compare.
filter GroupMembershipDifferencesFilter Optional. Defaults to 'All'. The membership differences filter which can be 'AdditionalGroups' or 'MissingGroups', if 'All' CommonSpot will return all the differences.

Context:

License Requirements (none)
Permission Requirements (none)
Deny Context (none)
Require Context (none)
Author Lock (not required)
Transaction Logging Transaction logging is disabled for this method
Customization Customization is not supported for this method.

Error Codes:

None

Notes:

None