PUT
/users/{user_id}
curl \
--request PUT 'https://identity.zerionsoftware.com/v1/users/self' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"xxx_status":42.0,"email":"support@iformbuilder.com","first_name":"Calvin","last_name":"Johnson"}'
Request examples
{
"xxx_status": 42.0,
"email": "support@iformbuilder.com",
"first_name": "Calvin",
"last_name": "Johnson"
}
Response examples (200)
{
"id": "5e72b386ac44d1414e59188b"
}