Creating a User
This step shows how to create Perculus users via PerculusAPI
Below is a list of available parameters when creating a user.
name
string
Yes
n/a
Name of the user
surname
string
Yes
n/a
Surname of the user
string
Yes
n/a
Email of the user
username
string
Yes
n/a
Username of the user
role
string
No
u
psd
string
No
null
Password of the user
mobile
string
No
null
Mobile of the user
login_allowed
bool
No
true
Flag if the login is allowed
active
bool
No
true
Flag if the user is active
lang
string
No
tr-TR
timezone
string
No
Europe/Istanbul
expires_at
string
No
null
For an account, email
and username
of a user should be unique across its users.
Example request
Example response
A successful create operation will return 201 Created
with body including the following information:
Last updated
Was this helpful?