post https://{server}/api/v2.1/org//admin/users/
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.