Skip to content

Update Account

PUT
/v2/account/{account_id}

Update an account by account ID.Requires accountOrg:config:edit or account:config:edit permissions and for user to share an org with the account

Authorizations

Parameters

Path Parameters

account_id
required

Account ID

string format: uuid

Account ID

Request Body required

object
name

Name for this account

string
nickname

Nickname for this account

string
avatar

Avatar for this account

string

Responses

200

Successful Response

object
name

Name for this account

string
nickname

Nickname for this account

string
avatar

Avatar for this account

string
description

Description for this account

string
org_id

Organization ID for this account

string format: uuid
account_id
required

Account id

string format: uuid
account_email

Email address for this account

string format: email
last_ip

Last IP address for this account login

string
last_login

Last login time for this account

string

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string