Skip to content

Update Person For Self

POST
/users/v1/person/me/info

Update information for the person on the access token.

Authorizations

Request Body required

Request to update a person’s info

object
email
required

Email address to update to

string

Responses

200

Successful Response

403

Forbidden

Message only response

object
message
required

Message

string

422

Validation Error

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

500

Internal Server Error

Message only response

object
message
required

Message

string