Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 638 Bytes

User.md

File metadata and controls

13 lines (9 loc) · 638 Bytes

User

Properties

Name Type Description Notes
id int The user’s ID at the business. This is always 0 for Admin and Owner type users. [optional]
first_name string The user’s first name. [optional]
last_name string The user’s last name. [optional]
type string The user’s type. Possible values are: * Staff * Owner * Admin [optional]

[Back to Model list] [Back to API list] [Back to README]