GET /api/role/{workspace_id}/

You can list the role assignments within a workspace, optionally filtered downto a specific scope inside of that workspace. If the scope isn't specified,the workspace will be considered the scope.

Servers

Path parameters

Name Type Required Description
workspace_id Integer Yes

The workspace in which the role assignments are related to.

Query parameters

Name Type Required Description
scope_type String No

The type of scope you are trying to get all roleassignments for.

scope_id Integer No

The id of the scope you are trying to get all roleassignments for.

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.