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 | ||||||||||
Description | Update the data of the user specified by Required user role: YUUVIS_SYSTEM_INTEGRATOR 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: 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 |