User response
The fields in the response are:
Element | Description |
---|---|
UserID | The user's ID. |
UserName | The user's name. |
FullName | The user's full name. |
Status | The user's status: active or inactive. |
DeactivationDate | The date when user's status was set to inactive. |
LastUpdateDate | The date when the user was last updated. |
TenantAdmin | Specifies whether the user is a tenant admin: true or false. |
SiteAdmin | Specifies whether the user is a site admin: true or false. |
AdminViewer | Specifies whether the user is an admin viewer: true or false. |
The user's email address. | |
Description | A description of the user. |
Permission level | 1. Regular user 3. Admin Viewer 7. Tenant Admin 9. Site Admin 10. System Admin |
AdditionalData | Optional fields that return the user's project and project role assignments when UsersRoles
Note: These fields remain empty if the user was not assigned to any project. |
UsIsLDAP | Specifies whether the user is LDAP: true or false. |
LDAPServerID | The LDAP server ID. |
LDAPUserName | The LDAP user name. |
UsDomAuth | The user domain authentication. |

<root>
<ID>255</ID>
<UserName>qatest</UserName>
<FullName/>
<Status>active</Status>
<TenantAdmin>false</TenantAdmin>
<SiteAdmin>false</SiteAdmin>
<AdminViewer>false</AdminViewer>
<Email/>
<Description/>
<PermissionLevel>1</PermissionLevel>
<UsIsLDAP>false</UsIsLDAP>
<LDAPServerId>0</LDAPServerId>
<LDAPUserName></LDAPUserName>
<UsDomAuth></UsDomAuth>
</root>
<root>
<ID>255</ID>
<UserName>qatest</UserName>
<FullName/>
<Status>active</Status>
<TenantAdmin>false</TenantAdmin>
<SiteAdmin>false</SiteAdmin>
<AdminViewer>false</AdminViewer>
<Email/>
<Description/>
<PermissionLevel>1</PermissionLevel>
<UsIsLDAP>false</UsIsLDAP>
<LDAPServerId>0</LDAPServerId>
<LDAPUserName></LDAPUserName>
<UsDomAuth></UsDomAuth>
<AdditionalData>
<UsersRoles>
<Domain>Default</Domain>
<Role>Admin</Role>
<ProjectName>Project_1</ProjectName>
<ProjectID>7</ProjectID>
</UsersRoles>
<UsersRoles>
<Domain>Default</Domain>
<Role>Viewer</Role>
<ProjectName>Project_2</ProjectName>
<ProjectID>58</ProjectID>
</UsersRoles>
</AdditionalData>
</root>
See Also