Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 17
Next »
As of Version | product version 2020 Winter | component version 1.0 |
---|
Request Method | PUT |
---|
Response Format | HTTP status code |
---|
Description | Updates the data of the user specified by id . Required user role: YUUVIS_TENANT_ADMIN Meaning of the response status codes: HTTP Status Code | Meaning |
---|
200 OK | Successful, the data for the specified user have been updated. | 401 UNAUTHORIZED | The call was unauthorized. |
|
---|
Request Example |
PUT /api-tm/admin/users/a99a0bb1-2345-6c77-8901-22dee3f4a567 HTTP/1.1
{ "email": "example@exampleprovider.de" "userName":: "mrexample", , "firstName":: "Examplename", , "lastName":: "Examplesurname", "roles": ["role1","role2"], "enabled": true, "createdTimestamp": 1555069963564}
|
---|
Response Example | |
---|