Users

Add a new user

Adds a new user to the company, returns the ID upon success.

post/users

Request body

emailstring required

The email of the user

active_flagboolean

Whether the user is active or not. false = Not activated, true = Activated

Response

The data of the user

successboolean

If the response is successful or not

Changes