PUT
/
users
/
{id}

Using this endpoint, you can change the name of your own user. Authorize the request with a personal access token (PAT).

You cannot change the names of other users, you cannot change properties other than your name, and you cannot use an API token to authorize the request.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required

Body

application/json
name
string
required

Response

200 - application/json
email
string
required
id
string
required
name
string
required
role
object
required