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

2.8 KiB
Raw Permalink Blame History

ListPendingOrganizationInvitationsRequest

Fields

Field Type Required Description
organizationId String ✔️ The organization ID.
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.