A Falcon user.
id | integer The id of the user. |
hash | string The unique hash identifier of the user. |
name | string The name of the user. |
first_name | string The first name of the user. |
last_name | string The last name of the user. |
position | string The position of the user. |
department | string The department of the user. |
organization | string The organization of the user. |
string The email of the user. | |
email_reports | boolean The email reports flag for the user. |
mobile | string The mobile number for the user. |
login | string The login for the user. |
login_time | string <date-time> The login time for the user. |
login_confirmation | boolean The login confirmation flag for the user. |
login_confirmation_channel | integer The login confirmation channel for the user.
|
password_modified_time | string <date-time> The passwort modified time for the user. |
password_age | integer The age of the user password in days. |
password_age_relative_time | string The relative age of the user password. |
status | integer The status of the user.
|
model | string The user model. |
object (image) | |
object (user_invite) | |
object (user_hub_permission) | |
object (user_email_verification) | |
object (user_mobile_verification) |
{- "id": 0,
- "hash": "string",
- "name": "string",
- "first_name": "string",
- "last_name": "string",
- "position": "string",
- "department": "string",
- "organization": "string",
- "email": "string",
- "email_reports": true,
- "mobile": "string",
- "login": "string",
- "login_time": "2019-08-24T14:15:22Z",
- "login_confirmation": true,
- "login_confirmation_channel": 1,
- "password_modified_time": "2019-08-24T14:15:22Z",
- "password_age": 0,
- "password_age_relative_time": "string",
- "status": 0,
- "model": "User",
- "image": {
- "id": 0,
- "hash": "string",
- "extension": "string",
- "mime": "string",
- "created_time": "2019-08-24T14:15:22Z",
- "modified_time": "2019-08-24T14:15:22Z",
- "modified_user_time": "2019-08-24T14:15:22Z",
- "model": "Image"
}, - "user_invite": {
- "id": 0,
- "hash": "string",
- "created_time": "2019-08-24T14:15:22Z",
- "modified_time": "2019-08-24T14:15:22Z",
- "modified_user_time": "2019-08-24T14:15:22Z",
- "model": "UserInvite"
}, - "user_hub_permission": {
- "hash": "string",
- "umask": 0,
- "created_time": "2019-08-24T14:15:22Z",
- "modified_time": "2019-08-24T14:15:22Z",
- "modified_user_time": "2019-08-24T14:15:22Z",
- "model": "UderHubPermission"
}, - "user_email_verification": {
- "id": 0,
- "hash": "string",
- "email": "string",
- "created_time": "2019-08-24T14:15:22Z",
- "modified_time": "2019-08-24T14:15:22Z",
- "modified_user_time": "2019-08-24T14:15:22Z",
- "model": "UserEmailVerification"
}, - "user_mobile_verification": {
- "id": 0,
- "hash": "string",
- "mobile": "string",
- "created_time": "2019-08-24T14:15:22Z",
- "modified_time": "2019-08-24T14:15:22Z",
- "modified_user_time": "2019-08-24T14:15:22Z",
- "model": "UserMobileVerification"
}
}