Acquire user details

This is an API function to acquire user details. This API function corresponds to the operation on the screen that is displayed by clicking the [User] tab after selecting the [Security] on the operation screen of Manager.

= Remarks =

It is the difference between the acquire a list of user API function and this API function that the following parameters are not included in the response of this API function.

  • content layer (Parameters under the content layer of the acquire a list API function are the same as the parameters of the acquire details API function.)
  • first

  • last

  • number

  • numberOfElements

  • size

  • sort

  • totalElements

  • totalPages

Format

curl -X GET --header 'Accept: application/json'

--header 'X-API-KEY:APIKEY'

'http://HOSTNAME:PORTNUMBER/api/v1/user/userId'

Request parameter (Path format)
Item name Request parameter Type Value Default value
User ID userId String   Impossible to omit
Response

{

"passwdCreated": true,

"userId": "string",

"userName": "string",

"userRoleId": "string"

"userRoleName": "string"

}

Response parameter
Item name Response parameter Type Value
Password Registration passwdCreated Boolean

• true: A password has been registered.

• false: A password is not registered.

User ID userId String  
User Name userName String  
Role ID userRoleId String  
Role Name userRoleName String