UserSummary object
Example JSON representation
{
"email": "string",
"fullname": "string",
"id": 1,
"status": "active",
"username": "string"
}
Properties
| property | attributes | valid values | description | filter option |
|---|---|---|---|---|
| id integer |
required filterable |
Unique identifier of the User. |
?id=... | |
| username string |
required |
Unique user login identifier. |
||
| email string |
read-only filterable |
Email of the User. |
?email=... | |
| status string |
read-only |
"active" "pending" "inactive" |
User status. |
|
| fullname string |
optional |
The full name of the User. |