User

Field
Type
Notes

code

String(48)

Firebase UID

firstname

String(35)

surname

String(35)

email

String(255)

Create a new user (Sign up)

To create a new user you need a firebase token.

Firebase token must be passed in the Authorization header:

Authorization: Bearer <Firebase Token>

Each firebase token can create at most one user.

Firstname and Surname are mandatory.

My Azur Sign Up

If a user already exists for the firebase token provided you'll get a status code 422.

You can determine that a user already exists (already signed up ) you can call the endpoint /apps/azur/users/me

Get info about My Azur user

Last updated