{
"user": {
"created_at": "2021-01-01T00:00:00Z",
"email": "john.doe@example.com",
"id": 123,
"updated_at": "2021-01-01T00:00:00Z"
}
}
Updates an existing user. In order to authenticate the request, a valid OAuth2 token must be provided. The token must have the users:update_email
scope and be generated by a user via the authorization_code
grant type.
ℹ️ This endpoint requires one of the following scopes:
users
,users:update_email
{
"user": {
"created_at": "2021-01-01T00:00:00Z",
"email": "john.doe@example.com",
"id": 123,
"updated_at": "2021-01-01T00:00:00Z"
}
}
(Required)
"dolore Duis sit"
User was updated
The response is of type object
.