Skip to main content
PUT
/
users
Update Current User
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

User's full name

Required string length: 1 - 255
email
string<email>
required

User's email address

Response

Successful Response

updated_at
string
required

Timestamp when the user was last updated