Replace
Learn how to find your subdomain in Identifying your subdomain.
{your-workspace}
with your workspace’s subdomain. Learn how to find your subdomain in Identifying your subdomain.
Headers
X-Api-Key is used to authenticate requests using an API key. Provide your API key in this header to access protected endpoints. Refer to Authentication for more information.
Specifies the expected response format. Must be set to application/json
for proper API communication.
Available options:
application/json
Body
application/json
Emails of the team members to be added in the workspace in array format. Must be valid emails.
Example:
["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".
Example:
"Standard"
Response
200 - application/json
OK - Users added successfully
Example:
"Users added successfully"