KronoDesk: REST Web Service (v4.0)
Click here for a complete list of operations.
GET: organizations/{organization_id}/users
Description
Retrieves a paginated list of users that belong to an organization
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/organizations/{organization_id}/users
Request Parameters
Name
|
Description
|
organization_id
|
The id of the organization
|
Request Body
Return Data
<ArrayOfRemoteOrganizationUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inflectra.KronoDesk.Web.Services.v3_0.DataObjects">
<RemoteOrganizationUser>
<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" />
<OrganizationRoleId>0</OrganizationRoleId>
<OrganizationRoleName i:nil="true" />
</RemoteOrganizationUser>
</ArrayOfRemoteOrganizationUser>
[{"Active":false,
"Approved":false,
"EmailAddress":null,
"FirstName":null,
"FullName":null,
"LastName":null,
"LdapDn":null,
"Locked":false,
"Login":null,
"MiddleInitial":null,
"RssToken":null,
"UserId":null,
"OrganizationRoleId":0,
"OrganizationRoleName":null}]