Skip to main content
PUT
Update authenticated user information

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string

The name.

Maximum string length: 255
email
string<email>

The email address.

Maximum string length: 255
avatar_url
string<uri> | null

The avatar URL.

Response

success
string
required
data
AccountResource · object
required