Role assignments
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.
get/api/role/{workspace_id}/
Path parameters
workspace_idinteger required
The workspace in which the role assignments are related to.
Query parameters
scope_idinteger
The id of the scope you are trying to get all roleassignments for.
scope_typestring
The type of scope you are trying to get all roleassignments for.
Response
Changes
Changed in 1 of the 6 revisions of this API.1
- ●
added the new
database_workflow_actionenum value to theitems/scope_type/allOf[ScopeTypeEnum]/response property for the response status200response-property-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●