GET /api/v1/users/{userId}/roles/{roleAssignmentId}

Retrieves a Role assigned to a User (identified by userId). The roleAssignmentId parameter is the unique identifier for either a standard Role Assignment object or a custom role Resource Set Binding object.

Servers

Path parameters

Name Type Required Description
userId String Yes

ID of an existing Okta user

roleAssignmentId String Yes

The id of the Role Assignment

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.