User

Update user

Partially updates a user. Each field is optional and governed by a separate permission.

PATCH
/api/v2/users/{id}

Authorization

BearerAuthObject
AuthorizationBearer <token>

In: header

Path Parameters

id*integer

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X PATCH "https://example.com/api/v2/users/0" \  -H "Content-Type: application/json" \  -d '{}'
Empty
Empty
Empty
Empty
Empty