Skip to main content
PATCH
Update a user's access

Authorizations

Authorization
string
header
required

Personal Access Token. Send as Authorization: Bearer hq_pat_....

Path Parameters

id
string<uuid>
required

User id

Body

application/json
admin_access
string | null

default | granted | revoked. Sets the user's tenant-admin role, overriding the Slack is_admin flag (migration 0132).

signin_access
string | null

default | allowed | denied. Sets the user's HQ sign-in access.

Response

Access updated