Register new user
POST/api/v1/users/register-user
Syncs a newly Firebase-authenticated user with the backend. Optionally accepts an invitation token to join an existing organization.
Request
Responses
- 200
- 400
- 401
- 403
- 422
- 429
- 500
Registered user
The request payload is invalid or missing required fields.
Missing or invalid authentication credentials. Provide a valid Bearer token.
You do not have permission to perform this action.
The request is well-formed but contains semantic errors (e.g. failed validation).
Rate limit exceeded. Please slow down your request rate.
An unexpected server error occurred. Please try again later.