Okta - Get user group members action

This action retrieves a list of users of a specified group in your Okta instance.

Get group members actionGet group members action

Input

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

Output

The output datatree contains a list of members. Each member contains information like the user ID and status.

FieldDescription
IDThe unique ID for the user.
StatusThe current status of the user.
Created timeThe timestamp when the user was created.
Activated timeThe timestamp when the user's status was updated to Active.
Status changed timeThe timestamp when the status was last changed.
Last login timeThe timestamp when the user was last logged in.
Last updated timeThe timestamp when the user was last updated.
Password changed timeThe timestamp when the password was last changed.
ProfileThis object contains information about the user's profile, including first and last name, email, organization, and title. Refer to the Okta user profile object documentation for more information.
CredentialsThis object specifies the primary authentication and recovery credentials for the user. It includes the recovery question and credentials provider.
LinksThis object contains a collection of link relations for the user. It includes lifecycle operations and credentials operations. Refer to the Okta user links object documentation for more information.
List sizeThe number of members in the group.
List indexThe index of this user in the list of members.

Last updated: