Skip to main content
PUT
Replace a user's roles and direct scopes

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

email
string<email>
required

Workspace member email address, URL-encoded

Example:

"leylatest@mihu.ai"

Body

application/json
roles
string[]
Example:
scopes
string[]
Example:

Response

User access replaced

success
boolean
Example:

true

message
string
Example:

"Workspace user access updated"

data
object