Skip to main content
POST

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[]

Workspace role keys or UUIDs. When sent, the user's workspace roles are replaced with exactly this list.

Example:
scopes
string[]

Direct user scope keys. These may span products because this is user-specific access, not a role definition.

Example:

Response

User access updated

success
boolean
Example:

true

message
string
Example:

"Workspace user access updated"

data
object