Retrieves the list of active users that are members of the current project
To access this REST web service, you need to use the following URL (make sure to replace any parameters (eg {project_id}) with the relevant value (eg 1):
The JSON and XML examples below show the shape of one entry that will be returned. It does not show an example of how that entry will be populated.
<ArrayOfRemoteProjectUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v7_0.DataObjects">
<RemoteProjectUser>
<ArtifactTypeId>0</ArtifactTypeId>
<ConcurrencyGuid i:nil="true" />
<CustomProperties i:nil="true" />
<Active>false</Active>
<Admin>false</Admin>
<Approved>false</Approved>
<CustomProperties i:nil="true" />
<Department i:nil="true" />
<EmailAddress i:nil="true" />
<EmailsEnabled>false</EmailsEnabled>
<FirstName i:nil="true" />
<FullName i:nil="true" />
<LastActivityDate i:nil="true" />
<LastLockoutDate i:nil="true" />
<LastLoginDate i:nil="true" />
<LastName i:nil="true" />
<LastPasswordChange i:nil="true" />
<LastUpdatedDate i:nil="true" />
<LdapDn i:nil="true" />
<Locked>false</Locked>
<MiddleInitial i:nil="true" />
<MutliFactorAuthentication>false</MutliFactorAuthentication>
<OAuthProvider i:nil="true" />
<OrganizationId i:nil="true" />
<OrganizationName i:nil="true" />
<PortfolioViewer>false</PortfolioViewer>
<ReportAdmin>false</ReportAdmin>
<RssToken i:nil="true" />
<UserGuid i:nil="true" />
<UserId i:nil="true" />
<UserName i:nil="true" />
<ProjectGuid i:nil="true" />
<ProjectId>0</ProjectId>
<ProjectRoleGuid i:nil="true" />
<ProjectRoleId>0</ProjectRoleId>
<ProjectRoleName i:nil="true" />
</RemoteProjectUser>
</ArrayOfRemoteProjectUser>
[{"ProjectId":0,
"ProjectGuid":null,
"ProjectRoleId":0,
"ProjectRoleGuid":null,
"ProjectRoleName":null,
"UserId":null,
"UserGuid":null,
"FirstName":null,
"LastName":null,
"MiddleInitial":null,
"UserName":null,
"LdapDn":null,
"EmailAddress":null,
"Admin":false,
"Active":false,
"Department":null,
"Approved":false,
"Locked":false,
"RssToken":null,
"FullName":null,
"LastUpdatedDate":null,
"LastLockoutDate":null,
"LastActivityDate":null,
"LastLoginDate":null,
"LastPasswordChange":null,
"OrganizationName":null,
"OrganizationId":null,
"EmailsEnabled":false,
"ReportAdmin":false,
"PortfolioViewer":false,
"OAuthProvider":null,
"MutliFactorAuthentication":false,
"CustomProperties":null,
"ArtifactTypeId":0,
"ConcurrencyGuid":null}]