GET /tenant-management/api/idm/users/{id}
As of Version | product version 2021 Winter | component version |
---|---|
Request Method | GET |
Response Format | JSON |
Required Permission | The endpoint is available for every logged-in user. |
Description | Retrieves the representation of the user specified by The response body contains all user account properties available via Tenant Management API. |
Request Example |
|
Response Example | { "createdTimestamp": 0, "email": "string", "enabled": true, "firstName": "string", "groups": [ "string" ], "id": "string", "lastName": "string", "password": "string", "roles": [ "string" ], "username": "string" } |