Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page Properties
hiddentrue
idDONE

Product Version
Report Note
Assignee

Resources & Remarks

Modification History

2021 Summer
NameDateProduct VersionAction
Antje19 MAY 202102 MAR 20232023 SpringPage created.



As of Version

product version 2021 Summer | component version 2023 Spring

Request MethodGET
Response FormatJSON
Required Permission

available if listed in authorization.accesses in authentication-prod.yml and the specified access condition is matched.

>> AUTHENTICATION Service
Description


Excerpt

Retrieves user-specific data for the user specified by userId.

The role YUUVIS_TENANT_ADMIN is required.

Response HTTP status codes:

HTTP Status CodeMeaning
200 OKSuccessful.
401 UnauthorizedNot successful.


Request Example

https://<host>/api-web/api/idm/users/{userId}

no request body

Response Example


Code Block
languageyml
{
  "accountNonExpiredusername": true"string",
  "accountNonLockedid": true"string",
  "authoritiesforeignid": [
    "string"
  ],
  "credentialsNonExpiredtype": true"string",
  "domaintitle": "string",
  "email": "string",
  "enabledfirstname": true"string",
  "firstnamelastname": "string",
  "foreigniddomain": "string",
  "idtenant": "string",
  "lastnameauthorities": [
    "string"
  ],
  "substituteOf": [
    "string"
  ],
  "tenantaccountNonExpired": true,
  "stringaccountNonLocked": true,
  "titlecredentialsNonExpired": "string"true,
  "typeenabled": "string"true,
  "usernamedisplayName": "string"
}