Skip to main content
POST
Upsert user permissions

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request body schema.

userUuids
string[]
required
action
enum<string>
required
Available options:
ai:*,
ai:read,
ai:write,
ai:agent:*,
ai:agent:read,
ai:agent:write,
ai:mcpServer:*,
ai:mcpServer:read,
ai:mcpServer:write,
billing:*,
billing:read,
billing:write,
connection:*,
connection:read,
connection:write,
context:*,
context:read,
context:write,
domainManagement:*,
domainManagement:read,
domainManagement:write,
hosting:*,
hosting:read,
hosting:write,
hosting:app:*,
hosting:app:read,
hosting:app:write,
hosting:worker:*,
hosting:worker:read,
hosting:worker:write,
orchestration:*,
orchestration:read,
orchestration:write,
orchestration:workflow:*,
orchestration:workflow:read,
orchestration:workflow:write,
revenueOrganization:*,
revenueOrganization:read,
revenueOrganization:write,
segmentation:*,
segmentation:read,
segmentation:write,
storage:*,
storage:read,
storage:write,
content:*,
content:read,
content:write,
content:file:*,
content:file:read,
content:file:write,
systemOfRecordIntegration:*,
systemOfRecordIntegration:read,
systemOfRecordIntegration:write,
workspaceManagement:*,
workspaceManagement:read,
workspaceManagement:write,
workspaceManagement:folder:*,
workspaceManagement:folder:read,
workspaceManagement:folder:write
resourceUuid
string<uuid>
required
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$
emails
string[]

Response

Successful response

The response is of type object.