Users
Revoke user permissions
Demote a Site Admin to a Basic user, removing their organization-wide access. This also clears the user's existing per-job role grants (user_job_permissions). Safe to call on a user who is already a Basic user and still returns 204. Use POST /v3/users/revoke_permissions/bulk to demote multiple users in one call.
post/v3/users/{id}/revoke_permissions
Path parameters
idinteger required
Request body
object required
Response
Successful (No Content)
Changes
No recorded changes to this endpoint across all 1 revision of this API.