List User Groups
Fetches the groups of which the user is a member.
External Documentation
To learn more, visit the Okta documentation.
Parameters
Parameter | Description |
---|---|
User ID or Email | ID, login email, or login shortname (as long as it is unambiguous) of the user. |
Example Output
[
{
"id": "0gabcd1234",
"profile": {
"name": "Cloud App Users",
"description": "Users can access cloud apps"
}
},
{
"id": "0gefgh5678",
"profile": {
"name": "Internal App Users",
"description": "Users can access internal apps"
}
}
]
Workflow Library Example
List User Groups with Okta and Send Results Via Email
Preview this Workflow on desktop