Create User

Create User

The Create user API allows developers to create new user entries.

Upon successful creation of a new user entry, the API will return a response with the newly created user's unique identifier and other relevant information.

Parameters

Query Parameters

ParameterRequired/OptionalTypeDescription
user_idRequirednumberCurrent User ID
location_idRequirednumberCurrent Location ID

* Bold Parameters are required fields

Body Parameters

ParameterRequired/OptionalTypeDescription
first_nameRequiredstringUser First Name
last_nameRequiredstringUser Last Name
emailRequiredstringUser Email
phoneOptionalnumberUser Phone Number 10 Digits
role_idRequirednumber1 location
2 admin
3 owner

* Bold Parameters are required fields

Language
URL
Click Try It! to start a request and see the response here!