Update User Name
PATCH
/account/name
Updates the authenticated user's first name and last name.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
TypeHTTP (bearer)
Request Body
application/json
JSON
{
"firstName": "string",
"lastName": "string"
}
Responses
Name successfully updated
application/json
JSON
{
}