Fetch a page of identities.
GET https://api.jsonpad.io/identitiescurl https://api.jsonpad.io/identities \
-H "x-api-token: <YOUR TOKEN>"pagenumberhttps://api.jsonpad.io/lists?page=1The page number to fetch. Defaults to 1.limitnumberhttps://api.jsonpad.io/lists?limit=20The number of identities to fetch per page. Defaults to 20.orderstringhttps://api.jsonpad.io/identities?order=createdAtThe field to order the identities by. Defaults to createdAt.
Valid values are:
createdAtupdatedAtnamedisplayNameIdentities without a display name are sorted last.groupactivateddirectionstringhttps://api.jsonpad.io/identities?direction=ascThe direction to order the identities by.
Valid values are:
ascdescnamestringhttps://api.jsonpad.io/identities?name=sampleFilter identities by name (partial match).displayNamestringhttps://api.jsonpad.io/identities?displayName=sampleFilter identities by display name (partial match).groupstringhttps://api.jsonpad.io/identities?group=sampleFilter identities by group (partial match).taggedstringhttps://api.jsonpad.io/identities?tagged=recipe-appOnly fetch identities with a tag.
Separate tags with commas to fetch identities with any of the tags (?tagged=recipe-app,cookbook-app), or repeat the parameter to fetch identities with all of them (?tagged=recipe-app&tagged=production).
x-api-tokenstringYour API token.No request body
{page: 1limit: 20total: 1data: [0: {id: "d7acc294-b0e1-4aa0-a04e-20723dec77eb"createdAt: "2026-09-23T21:08:42.194Z"updatedAt: "2026-09-23T21:08:42.194Z"user: {id: "3699f998-361f-4436-bb69-d703b65b38aa"createdAt: "2026-09-23T21:08:42.194Z"updatedAt: "2026-09-23T21:08:42.194Z"lastActiveAt: "2026-09-23T21:08:42.194Z"activated: truedisplayName: "Sample User"description: "Sample user description"}group: "sample-group"name: "Sample Identity"displayName: "Sample Display Name"tags: [0: "my-app"]lastLoginAt: "2026-09-23T21:08:42.194Z"activated: true}]}x-total1The total number of results available.x-pages1The total number of pages available.