GET /api-web/api/users/{userId}
As of Version | product version 2021 Summer | component version | ||||||
---|---|---|---|---|---|---|---|
Request Method | GET | ||||||
Response Format | JSON | ||||||
Description | Retrieves user-specific data for the user specified by The role YUUVIS_TENANT_ADMIN is required. Response HTTP status codes:
| ||||||
Request Example |
no request body | ||||||
Response Example | { "accountNonExpired": true, "accountNonLocked": true, "authorities": [ "string" ], "credentialsNonExpired": true, "domain": "string", "email": "string", "enabled": true, "firstname": "string", "foreignid": "string", "id": "string", "lastname": "string", "substituteOf": [ "string" ], "tenant": "string", "title": "string", "type": "string", "username": "string" } |