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

Preview this Workflow on desktop