API Reference

Add Team User

Add a new team user with desired details.

In the request body:

* email is the contact email address of your new user;
* password could be an initial login password you asign to them;
* name is the display name of your new user;
* with_workspace should be set to true if you want your new user to acquire a workspace_id immediately after adding them. The default value is false, which means they won't have a workspace_id until they login for the first time.

Path Params
integer
required
≥ 1

The id of your team/organization. Get it from Get Team. Contact your team admin, if you are not the admin.

Body Params
string
required

Login email of the user.

string
required

Login password of the user.

string

Full name of the user.

boolean

If a workspace should be automatically created for the user. Optional. false by default.

Response

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json