Updating a User
This step shows how to update Perculus users.
Below is a list of available parameters for updating users:
user_guid
string
Yes
GUID of the user
name
string
No
Name of the user
surname
string
No
Surname of the user
string
No
Email of the user
username
string
No
Username of the user
role
string
No
psd
string
No
Password of the user
mobile
string
No
Mobile of the user
login_allowed
bool
No
Flag if the login is allowed
active
bool
No
Flag if the user is active
lang
string
No
timezone
string
No
expires_at
string
No
Date which the user will
Example request:
Example response:
A successful update operation will return 200 OK
with body including the following information:
Last updated
Was this helpful?