/users
Invite Users
Invite users to the tenant. This checks if the user is already in the tenant and if not, creates the user. We will return a list of user emails that were successfully created (including existing users).
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The short name of the tenant
List of new users to be invited
The schema used for creating new users or updating existing users. Need to keep in sync with frontend/src/types/admin.ts
.
Was this page helpful?