List all users' permissions from a workspace
List all users' permissions from a workspace
Path Parameters
- organization_id integer required
ID of the workspace
Responses
- 200
- 401
- 403
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema array
- id integer
The ID of the permission object
- role string
Possible values: [
USER
,VIEWER
,ANNOTATOR
,ADMIN
,MANAGER
]User's role
- user string
User's display name
[
{
"id": 5,
"role": "USER",
"user": "John Doe"
}
]
User is not authenticated. This means token is either not present or invalid
User does not have the minimal required organization role "USER"
No workspace was found that corresponds to the ID sent
Something is wrong with the API.
Loading...