cURL
curl --request PUT \ --url https://management-api.unomiq.com/users \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "email": "jsmith@example.com" } '
{ "updated_at": "<string>" }
Update current user’s name and email.
Requires update:profile permission.
update:profile
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
User's full name
1 - 255
User's email address
Successful Response
Timestamp when the user was last updated