Team Management API
The Team Management API provides endpoints for inviting new users to your company and managing their roles.
Invite a Team Member
Sends an invitation email to a new user to join the company. This endpoint is restricted to users with an 'Admin' role.
Accept an Invitation
Used by a new user to create their account and join a company. The user provides the unique token from their invitation email and sets their password.
Verify Invitation Token
A public endpoint to check if an invitation token is valid before showing the final registration form.