List workspace roles
Last updated
Was this helpful?
Last updated
Was this helpful?
Return the list of roles in the workspace, using API
GET /api/v2/apps/{owner}/{app}/schemas/{pkg}.{workspace}/roles
If Authorization header is provided, and user has sys.Developer
role, the list of all roles in the workspace is returned.
Otherwise, only are returned.
Authorization
Bearer {PrincipalToken}
optional
Accept
text/html
To get the response in HTML format (default)
owner
string
name of a user who owns the application
app
string
name of an application
pkg.workspace
string
identifies a workspace
200
OK
roles in the selected format
400
Bad Request