Create userAsk AIpost https://gotab.io/api/loc/{location}/usersCreates a new userPath Paramslocationstringrequired The uuid or url_name the location in which to create the user Body ParamsfirstNamestringThe first name of the userlastNamestringThe last name of the useraclstringThe access control list for the userdisplayNamestringA desired display name for the user, normally used in interfaces. If not supplied will default to firstName + lastNamephoneNumberstringThe phone number of the user. If not supplied the user will be created as a restricted user with limited permissionposPinstringThe POS pin for the user. The length of the pin should match the length configured for the locationpayRatenumberThe pay rate of the user in the smallest unit of the currency of the location. Used as the default pay rate of any supplied user roles. Has no effect if userRoles is not supplieduserRolesarray of objectsThe user roles for the user. Must match an existing role at the locationuserRolesADD objectsendSmsbooleanWhether to send a SMS to the created user. Defaults to falsetruefalseemailstringThe email address of the userResponse 200Successful responseUpdated 7 months ago