Get User By Identity Name
GET/users/:identityName
This operation allows to get a User by identityName
Request
Path Parameters
identity name
Responses
- 200
- 400
- 401
- 403
- 404
- 500
ok
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
user uuid
user identity name
user displayed name
user email
user first name
user last name
organizations
object[]
list of organization roles associated to a user
Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
organization UUID associated to user
organization name associated to user
Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
role UUID associated to user
role name associated to user
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"identityName": "string",
"displayName": "string",
"email": "string",
"firstName": "string",
"lastName": "string",
"organizations": [
{
"organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"organizationName": "string",
"roleId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"roleName": "string"
}
]
}
bad request
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
bad request code
bad request message
bad request status
bad request title
violations
object[]
bad request violations
violated field name
error message
{
"code": 0,
"message": "string",
"status": 0,
"title": "string",
"violations": [
{
"field": "string",
"message": "string"
}
]
}
unauthorized access
- application/json
- Schema
- Example (from schema)
Schema
error code
error message
error description
{
"code": 0,
"message": "string",
"description": "string"
}
forbidden access
- application/json
- Schema
- Example (from schema)
Schema
error code
error message
error description
{
"code": 0,
"message": "string",
"description": "string"
}
not found
- application/json
- Schema
- Example (from schema)
Schema
error code
error message
error description
{
"code": 0,
"message": "string",
"description": "string"
}
internal error
- application/json
- Schema
- Example (from schema)
Schema
error code
error message
error description
{
"code": 0,
"message": "string",
"description": "string"
}