KronoDesk: REST Web Service (v4.0)
Click here for a complete list of operations.
GET: users?start_row={start_row}&number_rows={number_rows}
Description
Retrieves a paginated list of users in the system
How to Execute
To access this REST web service, you need to use the following URL:
https://api.inflectra.com/KronoDesk/Services/v3_0/RestService.svc/users?start_row={start_row}&number_rows={number_rows}
Request Parameters
Name
|
Description
|
start_row
|
|
number_rows
|
|
Request Body
Return Data
<ArrayOfRemoteUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inflectra.KronoDesk.Web.Services.v3_0.DataObjects">
<RemoteUser>
<Active>false</Active>
<Approved>false</Approved>
<EmailAddress i:nil="true" />
<FirstName i:nil="true" />
<FullName i:nil="true" />
<LastName i:nil="true" />
<LdapDn i:nil="true" />
<Locked>false</Locked>
<Login i:nil="true" />
<MiddleInitial i:nil="true" />
<RssToken i:nil="true" />
<UserId i:nil="true" />
</RemoteUser>
</ArrayOfRemoteUser>
[{"Active":false,
"Approved":false,
"EmailAddress":null,
"FirstName":null,
"FullName":null,
"LastName":null,
"LdapDn":null,
"Locked":false,
"Login":null,
"MiddleInitial":null,
"RssToken":null,
"UserId":null}]