PUT /tenant-management/api/system/tenants/{tenant}/users/{id}
As of Version | product version 2020 Winter | component version 1.0 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Request Method | POST | ||||||||||
Response Format | JSON | ||||||||||
Required Permission | Available if listed in | ||||||||||
Description | Update the data of the user specified by The properties for the new user are passed in JSON format. The specified e-mail address is used in case users have forgotten their password. It is recommended to deactivate users instead of deleting them. Their user names might be required for compliance reasons. yuuvis® Momentum client as reference implementation displays the user's name in the following format: As of version 2022 Summer, the deactivation of users leads to an invalidation of all their active sessions (if the Meaning of the response status codes:
| ||||||||||
Request Example |
{ "email": "firstexample@exampleprovider.de" "userName": "mrexample", "firstName": "Examplename", "lastName": "Examplesurname", "roles": ["YUUVIS_DEFAULT","YUUVIS_CREATE_OBJECT"], "groups": ["group1","group4"], "enabled": true } | ||||||||||
Response Example |
no response body |