Update user (admin only)​
PUT
/api/users/{id}
Authorizations​
ApiKeyHeader
Type
API Key (header: X-Api-Key)
Parameters​
Path Parameters
id*
Type
Requiredinteger
Request Body​
application/json
JSON"email": "string","role": "string","status": 0,"timezone": "string","files_access": true
{
 Â
 Â
 Â
 Â
 Â
}
Responses​
User updated
application/json
JSON"message": "string"
{
 Â
}