Creating Users
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 payload:
Example response:
You must securely store the USER_ID data in the data received in response to perform update/delete/assign operations on the user.
Last updated
Was this helpful?