Okta - Get user groups action

This action retrieves the group memberships of a specific user.

Get user groups actionGet user groups action

Input

FieldDescription
User IDThe unique ID of the target user.
Page sizeThe maximum number of records to return in a single response. Default to 10000.
Next page tokenThe token for continuing a previous list request on the next page. Provide the token from a previous response here.

Output

The output datatree contains a list of group memberships. Each group membership contains information like the group ID and group profile properties.

FieldDescription
IDThe unique ID for the group.
Creation timeThe timestamp when the group was created.
Last modification timeThe timestamp when the group was last modified.
Last membership updated timeThe timestamp when the group's membership was last updated.
Object classAn array of strings. This determines the group profile.
TypeThis determines how a group's profile and membership are managed.
ProfileInformation about the group, including name and description of the group.
LinksThis object contains a collection of link relations for the group. It includes lifecycle operations and related resources. Refer to the Okta group links object documentation for more information.
List sizeThe number of groups in the list.
List indexThe index of this group in the list of groups.

Last updated: