POST/v1/ClientUser/UpdateUserRoles

Create Client User Update User Roles

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Query parameters

userIdstring

Request body application/json

array of string

Responses

namestringnullable
descriptionstringnullable
idstringnullable
curl --request POST \
  --url 'https://api.4comply.io/v1/ClientUser/UpdateUserRoles' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id' \
  --header 'Content-Type: application/json' \
  --data '[
  "string"
]'