Create a User

POST https://digitalwindowstickers.com/api/business_users

Add a user to your business. The requesting user must be allowed to manage the business.


Query Params
user[email_address] string required

The new user's email address.

user[first_name] string

The new user's first name.

user[last_name] string

The new user's last name.

user[phone_number] string

The new user's phone number.

user[role_id] string

The new user's role. You can't grant a role above your own.

user[password] string

Generated automatically when left blank.

user[send_welcome_email] boolean

Email the new user a welcome message with their password.

Headers
API-Version string Defaults to 1

Defaults to 1

Language
Credentials OAUTH2

Sign in to fill in your access token automatically.

cURL Request

            
Response

Click Try It! to start a request and see the response here! Or choose an example:

application/json