Skip to main content

List User Groups

Fetches the groups of which the user is a member.

External Documentation

To learn more, visit the Okta documentation.

Parameters

ParameterDescription
User ID or EmailID, 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

Workflow LibraryPreview this Workflow on desktop