This API allows to add team members in the workspace.
{your-workspace} with your workspace’s subdomain. 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.
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"
OK - Users added successfully
"Users added successfully"