getOrganizationMembershipList()
Retrieves a list of memberships for an organization.
- Name
organizationId
- Type
string
- Description
The ID of the organization to retrieve the list of memberships from.
- Name
limit?
- Type
number
- Description
The number of results to return. Must be an integer greater than zero and less than 501.
- Name
offset?
- Type
number
- Description
The number of results to skip.
Examples
getOrganizationMembershipList({ limit })
Retrieves organization membership list that is filtered by the number of results.
getOrganizationMembershipList({ offset })
Retrieves organizaiton membership list that is filtered by the number of results to skip.
Feedback
Last updated on