v1

latestOpenAPI 3.0.02026-07-17142254986.7 KB
User

Update another user

Updates a user within the same organization.

patch/user/{targetUserId}

Path parameters

targetUserIdstring required

Request body

status'active' | 'inactive' | 'pending' | 'awaiting_approval' | 'removed' | 'pending_email'
role'owner' | 'billing_manager' | 'repo_admin' | 'contributor'

Response

statusCodenumber required
typestring required

Example response

{
  "statusCode": 200,
  "type": "Object"
}