GET /tenant-management/api/admin/users/{id}
As of Version | product version 2020 Winter | component version 1.0 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Request Method | GET | ||||||||
Response Format | JSON | ||||||||
Required Permission | Available if listed in | ||||||||
Description | Retrieves the data of the user specified by Response HTTP status codes:
| ||||||||
Request Example |
| ||||||||
Result Example | { "id": "a69a0eb6-3662-4c00-8096-38fbb2c4a922", "email": "firstexample@exampleprovider.de", "userName": "mrexample", "firstName": "Examplename", "lastName": "Examplesurname", "roles": ["role1","role2"], "groups": ["group3","group1"], "enabled": true, "createdTimestamp": 1555069963564 }
|