GET
/
v2
/
workspaces
/
{workspaceId}
/
security
/
roles
curl --request GET \
  --url https://api.eda.prisme.ai/v2/workspaces/{workspaceId}/security/roles \
  --header 'X-Prismeai-API-Key: <api-key>'
[
  {
    "name": "<string>",
    "description": "<string>"
  }
]

Authorizations

X-Prismeai-API-Key
string
header
required
connect.sid
string
cookie
required

Path Parameters

workspaceId
string
required

Workspace id

Response

200
application/json

Success Response

The response is of type object[].