Collections
Get Users in Collection
GET
/
v2
/
get_users_in_collection
/
{collection_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
collection_id
string
requiredCollection ID
Query Parameters
offset
integer
default: 0Pagination offset
limit
integer
default: 100Pagination limit
Response
200 - application/json
results
object[]
requiredtotal_entries
integer
requiredWas this page helpful?