You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since /admin/identities has deprecated page_size, the function should now use page_token for next page. However, the next page_token is not available when using list_identities function.
Preflight checklist
Ory Network Project
No response
Describe your problem
Since /admin/identities has deprecated
page_size
, the function should now usepage_token
for next page. However, the nextpage_token
is not available when usinglist_identities
function.https://docs.rs/ory-client/latest/ory_client/apis/identity_api/fn.list_identities.html
Describe your ideal solution
Return a data model containing the data and the next
page_token
as done in other functions.Workarounds or alternatives
None found.
Version
1.4.9
Additional Context
No response
The text was updated successfully, but these errors were encountered: