Returns the base information of specified User
GET/v1/users/info
Returns a basic information of User for the specified uid.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
orgNamestring
Organization name
tenantUidstring
userUidstring
{
  "orgName": "string",
  "tenantUid": "string",
  "userUid": "string"
}
Loading...