Auth
Register a new user
Registers a new user with an email and password. This endpoint can be called unauthenticated to register a new admin, or authenticated (as an admin) to register a standard user into a specific team.
post/v1/auth/register
Request body
Example request
{
"email": "user@example.com",
"password": "secretpassword123",
"team_id": "f47ac10b-58cc-4372-a567-0e02b2c3d479"
}Response
User registered successfully