API Reference

A simple and effective way to add new team members and assign them roles with access to specific resources.

To add a new team member, send a POST request to the add new team member endpoint with the required data/body parameters, such as the team member's first and last names, email address, phone number and assigned role. Once the request is successfully processed, a JSON object containing the response message with status code 201 Created will be returned.

📘

When you add a new team member, a password (which they can change) is generated for them and an email containing their login details will be automatically sent to their email address. This makes it easy for team members to access their account.

To try this endpoint, replace the body parameters and api-access-key values below with yours.

🚧

The individual with the details you entered while trying this endpoint will be added to the company's team.

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