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 14
Next »
As of Version | product version 2020 Winter | component version 1.0 |
---|
Request Method | GET |
---|
Response Format | JSON |
---|
Description | Get the data of the user with id. Required: user with role YUUVIS_TENANT_ADMIN |
---|
Request Example | GET /tenant-management/api/ admin/users/a69a0eb6-3662-4c00-8096-38fbb2c4a922 HTTP/1.1
|
---|
Result Example |
{ "id": "a69a0eb6-3662-4c00-8096-38fbb2c4a922", "email": "bartonitz@optimal-systems.de" "userName":: "bartonitz", , "firstName":: "Martin", , "lastName":: "Bartonitz", "roles": ["role1","role2"], "enabled": true, "createdTimestamp": 1555069963564 }
Todo: document "roles"{ |
---|
| Meaning of the response status codes: 200 OKThe data of the users with id been read 401 UNAUTHORIZEDThe call was unauthorized 404 NOT FOUNDThe user with the id was not found |
---|