Files
clerk-sdk-java/docs/models/operations/GetSessionListRequest.md
2024-06-13 13:51:50 -04:00

3.9 KiB
Raw Permalink Blame History

GetSessionListRequest

Fields

Field Type Required Description
clientId Optional<? extends String> List sessions for the given client
userId Optional<? extends String> List sessions for the given user
status Optional<? extends com.clerk.backend_api.models.operations.Status> Filter sessions by the provided status
limit Optional<? extends Long> Applies a limit to the number of results returned.
Can be used for paginating the results together with offset.
offset Optional<? extends Long> Skip the first offset results when paginating.
Needs to be an integer greater or equal to zero.
To be used in conjunction with limit.