KronoDesk: REST Web Service (v4.0)


Click here for a complete list of operations.

POST: users

Description

Creates a new user (with profile) in the system and adds them to the specified roles

How to Execute

To access this REST web service, you need to use the following URL:

https://api.inflectra.com/KronoDesk/Services/v1_0/RestService.svc/users

Request Body

Property Description
Password The user's password
PasswordQuestion The user's password reset question
PasswordAnswer The user's password reset answer
Roles The list of roles the user belongs to
UserId The id of the user
FirstName The first (given) name of the user
LastName The last name (surname) of the user
MiddleInitial The middle initials of the user
Login The login used by the user
LdapDn The LDAP Distinguished Name for the user (null for non-LDAP users) Not currently used by the API
EmailAddress The email address of the user
Active Whether the user is active in the system
Approved Is this user approved by the system administrator
Locked Is this user locked-out of their account
RssToken What is the RSS token for this user
FullName The full name of the user concatenated (First + Middle + Last)

Return Data

Property Description
UserId The id of the user
FirstName The first (given) name of the user
LastName The last name (surname) of the user
MiddleInitial The middle initials of the user
Login The login used by the user
LdapDn The LDAP Distinguished Name for the user (null for non-LDAP users) Not currently used by the API
EmailAddress The email address of the user
Active Whether the user is active in the system
Approved Is this user approved by the system administrator
Locked Is this user locked-out of their account
RssToken What is the RSS token for this user
FullName The full name of the user concatenated (First + Middle + Last)