List Group Members
Enumerates all users that are a member of a group.
External Documentation
To learn more, visit the Okta documentation.
Parameters
Parameter | Description |
---|---|
Group ID | The ID of the group we would like to list the members of. |
Limit | Specifies the number of group results in a page. |
Return All Pages | Automatically fetch all resources, page by page. |
Example Output
[
{
"_embedded": {},
"_links": {},
"activated": "date-time",
"created": "date-time",
"credentials": {
"password": {
"hash": {
"algorithm": "string",
"salt": "string",
"saltOrder": "string",
"value": "string",
"workFactor": 0
},
"hook": {
"type": "string"
},
"value": "password"
},
"provider": {
"name": "string",
"type": "string"
},
"recovery_question": {
"answer": "string",
"question": "string"
}
},
"id": "string",
"lastLogin": "date-time",
"lastUpdated": "date-time",
"passwordChanged": "date-time",
"profile": {
"city": "string",
"costCenter": "string",
"countryCode": "string",
"department": "string",
"displayName": "string",
"division": "string",
"email": "string",
"employeeNumber": "string",
"firstName": "string",
"honorificPrefix": "string",
"honorificSuffix": "string",
"lastName": "string",
"locale": "string",
"login": "string",
"manager": "string",
"managerId": "string",
"middleName": "string",
"mobilePhone": "string",
"nickName": "string",
"organization": "string",
"postalAddress": "string",
"preferredLanguage": "string",
"primaryPhone": "string",
"profileUrl": "string",
"secondEmail": "string",
"state": "string",
"streetAddress": "string",
"timezone": "string",
"title": "string",
"userType": "string",
"zipCode": "string"
},
"status": "string",
"statusChanged": "date-time",
"transitioningToStatus": "string",
"type": {
"_links": {},
"created": "date-time",
"createdBy": "string",
"default": false,
"description": "string",
"displayName": "string",
"id": "string",
"lastUpdated": "date-time",
"lastUpdatedBy": "string",
"name": "string"
}
}
]
Workflow Library Example
Sync Groups Between Okta and Aws Sso
Preview this Workflow on desktop