GET
/
users
Returns all users.
curl --request GET \
  --url https://api.smartermeasure.com/v3/users \
  --header 'Authorization: Basic <encoded-value>'

Authorizations

Authorization
string
header
required

Basic authentication with username and password

Query Parameters

UserID
string

Only show users with this UserID.

InternalID
string

Only show users with this InternalID.

Email
string

Only show users with this email address.

FirstName
string

Only show users with this first name.

LastName
string

Only show users with this last name.

AccessCode
string

Only show users with this access code.

OrderBy
string

How the results should be ordered.

ExcludeCustomQuestions
boolean
default:true

Exclude custom questions from results.

limit
integer
default:50

Limit number of records returned.

Required range: x <= 1000
offset
integer
default:1

Offset of the first row.

AssessmentKey
string

Comma delimited list of AssessmentKeys.

AdministrativeGroupKey
string

Comma delimited list of AdministrativeGroupKeys.

Response

200

A list of users.