Users.getGroupMemberships (Method)

Returns zero or more structures, each containing information about the groups for which the specified user is a member.

Returns:

Users_GetGroupMemberships_Result (query)

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

Field Name Type Description
GroupDesc PlainText_2000 The group's description.
GroupID GroupID The ID of the group to which a user is a member.
GroupName PlainText_NonNull_255 The group's name.
isMember Boolean Boolean flag which when to true indicates that the user is 'directly' a member of the group.

Arguments:

Name Type Required Description
userID UserID Required A user's ID.

Context:

License Requirements None
Permission Requirements User:Current
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:

Code Error Message
66000  

Notes:

None