Account creation
UsePOST /api/v1/auth/register to create a new credentials-based account.
To use that account in Workspace, complete one of these operations:
- Create a workspace user with the account ID in Users - Create a user.
- Join directly to an organization through
POST /api/v1/account/organization/{orgId}/join.
Log in with credentials
Example response
Example response
Log out
Example response
Example response
Errors and edge cases
- 401/403: missing or invalid API token.
- 429: too many login attempts.