users
Update attributes for the current authenticated user from the OAuth token
patch/user
Request body
Example request
{
"name": "Sarah O'Connor"
}Response
Response
Example response
{
"created_at": "2017-07-14T16:53:42Z",
"id": "12345678-1234-1234-1234-1234567890ab",
"email": "user@example.com",
"name": "Sarah O'Connor",
"updated_at": "2017-07-14T16:53:42Z"
}