RoutesUsersMe
/users/me
Update the current authenticated user
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,}$Format
emailname?string
password?string
Length
8 <= lengthResponse Body
application/json
curl -X PUT "https://YOUR_ORG_ID.gatana.ai/api/v1/users/me" \ -H "Content-Type: application/json" \ -d '{}'{
"success": true
}