Add Team

Add a team (organization) with its name and admin credentials.

In the request body, define the new team admin's admin_email, admin_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.

Body Params
string
required

Name of the team.

string
required

Login email of the team administrator. Required. Has to be unique in the system.

string
required

Login password of the user.

string

Full name of the team administrator. Optional.

boolean

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

Response

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