List Users
Get a list of users that match the specified criteria
Authorizations
Basic authentication with username and password
Query Parameters
Only show users with this UserID.
Only show users with this InternalID.
Only show users with this email address.
Only show users with this first name.
Only show users with this last name.
Only show users with this access code.
How the results should be ordered.
Exclude custom questions from results.
Limit number of records returned.
x <= 1000Offset of the first row.
Comma delimited list of AssessmentKeys.
Comma delimited list of AdministrativeGroupKeys.
Response
A list of users.
Total number of pages.
Current page number.
Number of records per page.
Total number of records.
Start record index for the current page.
End record index for the current page.
Empty string if on first page.
Empty string if on last page.
One or more user records. Returns an object when there is a single result, or an array when there are multiple results.
- object
- object[]
