Returns a list of LMS User objects.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
If provided, will only return users for these IDs.
"018b18ef-c487-703c-afd9-0ca478ccd9d6,018b18ef-c487-703c-afd9-0ca478ccd9d7"
The third-party API ID of the matching object.
If provided, will only return users for this email address.
"john@doe.com"
If provided, will only return enrollments for this status.
ACTIVE, PENDING, INACTIVE "ACTIVE"
Whether to include the original data Bindbee fetched from the third-party to produce these models.
false
Whether to include custom fields in the response.
false
Number of results to return per page. Maximum size is 100.
1 <= x <= 100The pagination cursor value.