v1
latestOpenAPI 3.1.02026-08-0420819698.7 KBNew User
This request creates a new User and emails them a welcome email with details on how to access Limble.
Parameter: firstName, Type: String, Required?: Optional, Description: The User's first name. Parameter: lastName, Type: String, Required?: Optional, Description: The User's last name. Parameter: email, Type: string, Required?: Required, Description: The User's email address. Parameter: password, Type: string, Required?: Optional, Description: The User's password. Parameter: locationID, Type: Int, Required?: Required, Description: The locationID of the Location the Role will be at. Parameter: roleID, Type: Int, Required?: Required, Description: The initial Role this user will be granted. This can be changed later with the "Add Role To User" request. Parameter: phone, Type: string, Required?: Optional, Description: The User's phone number. Parameter: wage, Type: number, Required?: Optional, Description: The User's wage per hour. Parameter: workDayHours, Type: number, Required?: Optional, Description: The User's hours per day they work. Parameter: active, Type: Boolean, Required?: Optional, Description: The User's activation status. Parameter: emailNotificationActive, Type: Boolean, Required?: Optional, Description: The User's email notification activation status. Should they receive email notifications? Parameter: pushNotificationActive, Type: Boolean, Required?: Optional, Description: The User's push notification activation status. Should they receive push notifications?
Response
New User