Properties
| Name | Type | Description |
|---|---|---|
| access_seat | object | |
| active_device_count | object | |
| created_at | object | |
| object | ||
| gateway_seat | object | |
| id | object | |
| last_successful_login | object | |
| name | object | |
| seat_uid | object | |
| uid | object | |
| updated_at | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/access_users",
"title": "access_users",
"properties": {
"access_seat": {
"$ref": "#/components/schemas/access_schemas-access_seat"
},
"active_device_count": {
"$ref": "#/components/schemas/access_active_device_count"
},
"created_at": {
"$ref": "#/components/schemas/access_timestamp"
},
"email": {
"$ref": "#/components/schemas/access_email"
},
"gateway_seat": {
"$ref": "#/components/schemas/access_schemas-gateway_seat"
},
"id": {
"$ref": "#/components/schemas/access_uuid"
},
"last_successful_login": {
"$ref": "#/components/schemas/access_last_successful_login"
},
"name": {
"$ref": "#/components/schemas/access_users_components-schemas-name"
},
"seat_uid": {
"$ref": "#/components/schemas/access_schemas-seat_uid"
},
"uid": {
"$ref": "#/components/schemas/access_uid"
},
"updated_at": {
"$ref": "#/components/schemas/access_timestamp"
}
},
"type": "object"
}