PaginatedUser model

Describes the response object for the Look up users.

Parameter

Type

Description

offset

integer

Number of skipped records from the start.

max

integer

Maximum number of records in response.

sort

string

Field name used for sorting.

order

string

Order of records in result list.

total

integer

Number of total users found.

records

array

Array of userIds with associated usernames.