Create User

Create a new user

With this request, you are able to create new user.

POST https://professional.signius.eu:8300/api/ra/users

Headers

NameValue

Content-Type

application/json

Body

NameTypeDescription

email

string

User email

phoneNumber

string

Phone number

authToken

string

User password

firstName

string

User's firstname

lastName

string

User's lastname

citizenship

string

Two uppercase letter as coutryname

language

string

Two lowercase letters

Response

Last updated