v1
latestSwagger 2.02026-07-17652667.3 KBbasic
Change current user information
put/users/me
Request body
Example request
{
"password": "my-password",
"full_name": "John Doe",
"permissions": [
{
"identifier": "identifier",
"name": "name",
"granted": true
},
{
"identifier": "identifier",
"name": "name",
"granted": true
}
],
"alias": "johndoe",
"email": "John@Doe.com"
}Response
User information