API Reference

Add User

Add a new user in the team (organization).

In the request body, define the new user's email, name and password.

SeaTable does not automatically create a workspace for a newly added user: the with_workspace parameter is false by default. If you would like your new user to have a workspace when they are added (so that they can start operating workspaces and bases right away with API requests), make sure you set true for this parameter.

Otherwise, their workspace will only be created when they login to the SeaTable web interface for the first time.

Path Params
integer
required
≥ 1

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

Body Params
string

User's contact email to login.

string

User's full name.

string

User's password to login.

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