v2

latestOpenAPI 3.0.3raw.githubusercontent.com2026-06-0911456.6 KB

Returns all users.

get/users

Query parameters

UserIDstring

Only show users with this UserID.

InternalIDstring

Only show users with this InternalID.

Emailstring

Only show users with this email address.

FirstNamestring

Only show users with this first name.

LastNamestring

Only show users with this last name.

AccessCodestring

Only show users with this access code.

OrderBystring

How the results should be ordered.

ExcludeCustomQuestionsboolean

Exclude custom questions from results.

limitinteger

Limit number of records returned.

offsetinteger

Offset of the first row.

AssessmentKeystring

Comma delimited list of AssessmentKeys.

AdministrativeGroupKeystring

Comma delimited list of AdministrativeGroupKeys.

Response

A list of users.

NumPagesstring

Total number of pages.

Pagestring

Current page number.

PageSizestring

Number of records per page.

Totalstring

Total number of records.

Startstring

Start record index for the current page.

Endstring

End record index for the current page.

FirstPageUristring
LastPageUristring
PreviousPageUristring

Empty string if on first page.

NextPageUristring

Empty string if on last page.

All 11 operations