| Name | Type | Description | Notes |
|---|---|---|---|
| created | datetime | { "description" : "The UTC DateTime when the object was created.", "verbs":[] } | [optional] |
| changed_by | str | { "description" : "ID of the user who last updated the entity.", "verbs":[] } | [optional] |
| updated | datetime | { "description" : "The UTC DateTime when the object was last updated.", "verbs":[] } | [optional] |
| id | str | {"description":"ID of the user","verbs":["POST","PUT","GET"]} | [optional] |
| organization_id | str | {"description":"ID of the Organization to which the User belongs.","verbs":["GET","POST"]} | |
| password | list[Password] | {"description":"Passwords associated with the user. A user must have one currently active password to login.","verbs":["POST","PUT","GET"]} | |
| username | list[Username] | {"description":"Usernames associated with the user. A user may have more than one username currently active. Usernames are enforced to be formatted as e-mail addresses.","verbs":["POST","PUT","GET"]} | |
| password_reset_valid_till | datetime | {"description":"The UTC DateTime when a password reset would no longer be valid with the current code.","verbs":["POST","PUT","GET"]} | |
| bf_admin | bool | [optional] [default to False] | |
| account_non_expired | bool | {"description":"Whether the User has expired.","verbs":["POST","PUT","GET"] } | [default to False] |
| account_non_locked | bool | {"description":"Is the User locked.","verbs":["POST","PUT","GET"]} | [default to False] |
| credentials_non_expired | bool | {"description":"Are the User credentials expired.","verbs":["POST","PUT","GET"]} | [default to False] |
| enabled | bool | {"description":"Is the User enabled.","verbs":["POST","PUT","GET"]} | [default to False] |
| timezone | TimeZone | {"description":"The timezone used when displaying time series data to the user.","verbs":["POST","PUT","GET"]} |
This repository was archived by the owner on Oct 17, 2023. It is now read-only.