cURL
curl --request POST \ --url https://api.faces.sh/auth/register-email \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "email": "<string>", "password": "<string>", "username": "<string>", "invite_key": "<string>" } '
{ "success": true, "messages": [], "data": { "token": "<string>", "user_id": "<string>", "is_admin": true }, "error": "<string>", "meta": {} }
Register a new IAM account with email/password.
Creates a fully independent IAM with email authentication. If invite_key is not provided, HEAD is used as the creator.
Flow:
Successful Response
Show child attributes