mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-07 12:27:45 +00:00
2.8 KiB
2.8 KiB
UsersGetOrganizationMembershipsRequest
Fields
| Field | Type | Required | Description |
|---|---|---|---|
userId |
String | ✔️ | The ID of the user whose organization memberships we want to retrieve |
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. |