Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rust: return next page_token for list_identities #317

Open
3 of 5 tasks
ghost opened this issue Jan 9, 2024 · 1 comment
Open
3 of 5 tasks

Rust: return next page_token for list_identities #317

ghost opened this issue Jan 9, 2024 · 1 comment
Labels
feat New feature or request.

Comments

@ghost
Copy link

ghost commented Jan 9, 2024

Preflight checklist

Ory Network Project

No response

Describe your problem

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.

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

@ghost ghost added the feat New feature or request. label Jan 9, 2024
@pawel-pajak-espeo
Copy link

+1 for dotnet client

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request.
Projects
None yet
Development

No branches or pull requests

1 participant