List Profiles
Return a paginated list of profile IDs ordered by most recently created first. Use the optional paging parameters (pageSize, pageToken, orderBy) to control pagination and sorting. This endpoint is optimized for browsing newly created profiles and lightweight lookups where only the identifiers are needed before requesting full profile details.
Query parameters
The maximum number of items to return per page, maximum of 1000.
The token for the page of results to retrieve.
Either 'ASC' or 'DESC' to sort results ascending or descending respectively.
Response
A list of profile IDs up to a maximum of 1000.
Example response
{
"profiles": [
"mem_profile_00000000000000000000000000",
"mem_profile_00000000000000000000000001",
"mem_profile_00000000000000000000000002",
"mem_profile_00000000000000000000000003",
"mem_profile_00000000000000000000000004",
"mem_profile_00000000000000000000000005",
"mem_profile_00000000000000000000000006",
"mem_profile_00000000000000000000000007",
"mem_profile_00000000000000000000000008",
"mem_profile_00000000000000000000000009"
],
"meta": {
"key": "profiles",
"nextToken": "eyJlYXN0ZXIiOiJlZ2cifQ",
"previousToken": "eyJlYXN0ZXIiOiJlZ2cifQ"
}
}Changes
Changed in 1 of the 8 revisions of this API.71
- ▲
the
response property's max was increased from99999.00to999999.00for the response statusresponse-property-max-increased
- ▲
the
response property's max was increased from99999.00to999999.00for the response statusresponse-property-max-increased
- ▲
the
response property's max was increased from99999.00to999999.00for the response statusresponse-property-max-increased
- ▲
the
response property's max was increased from99999.00to999999.00for the response statusresponse-property-max-increased
- ▲
the
response property's max was increased from99999.00to999999.00for the response statusresponse-property-max-increased
- ▲
the
response property's max was increased from99999.00to999999.00for the response statusresponse-property-max-increased
- ▲
the
response property's max was increased from99999.00to999999.00for the response statusresponse-property-max-increased
- ○
for the
queryrequest parameterpageToken, the maxLength was increased from500to4096request-parameter-max-length-increased
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
Of the 8 revisions, 1 has no diff computed.