Gatana Documentation
RoutesUsersMe

/users/me

Update the current authenticated user

PUT
/users/me
AuthorizationBearer <token>

In: header

Request Body

application/json

email?string
Match^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$
Formatemail
name?string
password?string
Length8 <= length

Response Body

application/json

curl -X PUT "https://YOUR_ORG_ID.gatana.ai/api/v1/users/me" \  -H "Content-Type: application/json" \  -d '{}'
{
  "success": true
}