Skip to main content
POST
Grant access to a user or group

Authorizations

X-BRONTO-API-KEY
string
header
required

Path Parameters

orgId
string
required
entityType
enum<string>
required
Available options:
user,
group
entityId
string
required

Body

application/json
roles
string[]
required

List of role IDs to assign. Can be UUIDs (custom roles) or system role IDs like "Admin", "Standard", "ReadOnly", "SearchApi", "IngestionApi", "AdminApi".

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|Admin|Standard|ReadOnly|SearchApi|IngestionApi|AdminApi)$
status
enum<string>
required

Status of the access grant.

Available options:
active,
invited

Response

Access granted