User Management
Update user
Update the information of an existing user.
put/users/{id}
Path parameters
idstring uuid required
Example:7bea4732-214f-40e7-9161-4e7241a2b97e
id of the object
Request body
Example request
{
"name": "pAI-OS",
"email": "contact@paios.org"
}Response
User Updated
Example response
{
"id": "7bea4732-214f-40e7-9161-4e7241a2b97e",
"name": "pAI-OS",
"email": "contact@paios.org"
}