CreateUserRequest

Request to create a user.

Variables

email

string

The email of the user.  A welcome email will be sent to this address upon succesfull creation.

Errors

firstname

string

The firstname of the user.

lastname

string

The lastname of the user.

telephone

string

The telephone number of the user.

address

string

The address of the user.

zone

string

The zone as part of the address of the user.

city

string

The city of the user.

postcode

string

The postcode of the user.

country_iso_code_3

string

The iso code of the country of the user.

country_name

string

The name of the country of the user.

locked

boolean

Indication wether the user is Locked or not

userIdentifierId

int64

Id of the user Identifier

role

string

LIst of roles to be assigned to this user

identificationNumber

string

IdentificationNumber of this user

gender

Gender

The gender of the user.

yearOfBirth

string

The year of birth of the user.

birth_date

int64

Specifies the birth_date of a user

Errors

subscribed

boolean

Indication wether the user is subscribed or not

communityId

int64

Id of the user community

Close