# Get user group members action
This action retrieves a list of users of a specified group in your Okta instance.
Get group members action
# Input fields
Field | Description |
---|---|
Group ID | The unique ID of the group. |
Page size | The maximum number of records to return in a single response. Default to 1000. |
Next page token | The token for continuing a previous list request on the next page. Provide the token from a previous response here. |
Group ID | The unique ID of the group. |
# Output fields
The output datatree contains a list of members. Each member contains information like the user ID and status.
Field | Description |
---|---|
ID | The unique ID for the user. |
Status | The current status of the user. |
Created time | The timestamp when the user was created. |
Activated time | The timestamp when the user's status was updated to Active . |
Status changed time | The timestamp when the status was last changed. |
Last login time | The timestamp when the user was last logged in. |
Last updated time | The timestamp when the user was last updated. |
Password changed time | The timestamp when the password was last changed. |
Profile | This object contains information about the user's profile, including first and last name, email, organization, and title. Learn more about Okta user profiles here (opens new window). |
Credentials | This object specifies the primary authentication and recovery credentials for the user. It includes the recovery question and credentials provider. |
Links | This object contains a collection of link relations for the user. It includes lifecycle operations and credentials operations. Learn more about Okta user link objects here (opens new window). |
List size | The number of members in the group. |
List index | The index of this user in the list of members. |
Last updated: 8/17/2022, 3:14:02 AM