Get user accreditation records

Retrieves a list of accreditation records with OData like query support

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

OData like filter expression. Supported operators: eq, and, gt, lt. Supported fields: userId, userName, userImportKey, accreditationId, accreditationCode, expiryDate, isAccredited, dateAccredited, dateLastAccredited. Examples:

  • userName eq 'SmithJ'
  • isAccredited eq true
  • dateAccredited gt 2025-01-01T00:00Z and dateAccredited lt 2025-01-08T23:59Z
string
Defaults to userName, accreditationCode

Order results by one or more fields. Use 'asc' or 'desc' for direction, defaults to 'asc'. Example: dateAccredited desc

integer
1 to 100
Defaults to 100

Number of records to return (page size). Example: 50

integer
≥ 0
Defaults to 0

Number of records to skip (for pagination). Example: 0

boolean
Defaults to false

Include total count of matching records in response

string

Comma-separated list of fields to include in response. Supported fields: userId, userName, userImportKey, accreditationId, accreditationCode, expiryDate, isAccredited, dateAccredited, dateLastAccredited. Example: userId, userName, isAccredited

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json