GET /tenant-management/api/system/tenants/{tenant}/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
| ||||||
Request Example |
| ||||||
Response Example | { "id": "a69a0eb6-3662-4c00-8096-38fbb2c4a922", "email": "example@exampleprovider.de" "userName": "mrexample", "firstName": "Examplename", "lastName": "Examplesurname", "roles": ["role1","role2"], "groups": ["group5","group2","mygroup"] "enabled": true, "createdTimestamp": 1555069963564 } { |