Add team members to the workspace.
{your-subdomain} with your workspace’s subdomain. API key. Refer to Authentication for more information.
Must be application/json.
application/json Emails of the team members to be added in the workspace in array format. Must be valid emails.
["oliver@example.com", "jane@example.com"]Role that should be assigned to the new team members. It must be a valid role from the "Roles" section in the settings page. The default is "Standard".
"Standard"
Email of the admin sending the invitation. Defaults to the most recent workspace admin if not specified.
"admin@example.com"
Set to "false" to skip sending invitation emails. Defaults to sending emails if not specified.
true, false Created - Users added successfully
"Users added successfully"