GET /tenant-management/api/idm/me
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 currently logged-in user. |
Request Example |
|
Response Example | { "id": "320c67d0-b88b-4e99-852a-b938f4b38cd7", "email": "kammer@segelreisen.de", "firstName": "Hannes", "lastName": "Kammer", "roles": [ "YUUVIS_SYSTEM_INTEGRATOR", "YUUVIS_DEFAULT", "YUUVIS_TENANT_ADMIN", "YUUVIS_CREATE_OBJECT", "YUUVIS_MANAGE_SETTINGS", "YUUVIS_AI_PIPELINE", "COMPLIANCE_MANAGER", "YUUVIS_AI_PREDICT" ], "groups": [ "onlyoffice" ], "username": "kammer", "enabled": true, "createdTimestamp": 1591957723730 } |