| 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] |
| organization_id | str | {"description":"Organization for which the User is created.","verbs":["GET","POST"]} | |
| str | {"description":"Login E-mail address of the User.","verbs":["POST","PUT","GET"]} | ||
| first_name | str | {"description":"First Name of the User.","verbs":["POST","PUT","GET"]} | |
| last_name | str | {"description":"Last Name of the User.","verbs":["POST","PUT","GET"]} | |
| company_name | str | {"description":"User's Company.","verbs":["POST","PUT","GET"]} | |
| password | str | {"description":"Login Password for the User.","verbs":["POST","PUT","GET"]} | |
| roles | list[str] | {"description":"The permission groups the user will belong to.","verbs":["POST","PUT","GET"]} | |
| send_email | bool | {"description":"When an email should be sent upon creation.","verbs":["POST","PUT","GET"]} | [default to False] |
This repository was archived by the owner on Oct 17, 2023. It is now read-only.