Search Users By Email
GET/users/search
This operation allows to get a page of User by email
Request
Query Parameters
user email
Default value: 20
Limit of the page
Default value: 0
Offset of the page
Responses
- 200
- 401
- 403
- 500
ok
Response Headers
X-Total-Count
integer
total count of users
X-Result-Count
integer
users result count
- application/json
- Schema
- Example (from schema)
Schema
Array [
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"
}
]
}
]
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"
}
internal error
- application/json
- Schema
- Example (from schema)
Schema
error code
error message
error description
{
"code": 0,
"message": "string",
"description": "string"
}