Skip to main content
If a user (associated with an email account) has not registered yet for any of your workspaces on your EmailBison instance, you can programmatically register that email account using the API. If they have already registered, and you want to give them access to other workspaces using the API, visit the Inviting and Accepting Members page.

Creating a User

Send a POST request to the following endpoint.
This request takes a JSON body with the following 4 fields.
string
required
A name for the user.
string
required
A password for the user.
string
required
The email address of the user.
string
required
A role for the user. One of admin, editor, client.
An example of a request creating a user: