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

5.5 KiB
Raw Permalink Blame History

ListOrganizationMembershipsRequest

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.
orderBy Optional<? extends String> Sorts organizations memberships by phone_number, email_address, created_at, first_name, last_name or username.
By prepending one of those values with + or -,
we can choose to sort in ascending (ASC) or descending (DESC) order."