Update Person
POST
/users/v1/person/{person_id}/info
Update the information for a person.
Authorizations
- HTTPBearerHeadersOrCookie
Parameters
Path Parameters
person_id
required
string format: uuid
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