KRON PAM API Collection v3.4.0
User Management
Save User
1min
POST
Header Parameters
Content-Type
X-XSRF-TOKEN
Path Parameters
url
Body Parameters
body
Responses
200
Add User


This method adds a new user to KRON PAM.
Mandatory fields in request body:
name
and surname
: These fields are used to identify the user.eid
: An alternative way to reference users. It's a unique identifier for each user.email
: The email address of the user. It's essential for communication and might be used for notifications or password recovery.phoneNumber
: Contact number of the user.groups
: A list of groups to which the user belongs.
password
: A required field for internal users. It's the password that the user will use to log in.passwordAlgorithm
: The algorithm used to hash the password. In this case, "MD5" is used