Get Members
This endpoint retrieves all members associated with a specific membership. It is useful you need to see a list of all participants or account holders under a single membership.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
tenant
Your Entra Tenant ID. More details.
environment
Your Business Central Environment. More details.
company
Your Business Central Company. More details.
membershipId
Unique identifier for a membership.
Headers
x-api-version
Used for API versioning. More details.
Response
This endpoint returns an object.
membership
This is a composite type representing a Membership and its associated Members. It extends the MembershipEntity and includes a list of members linked to the membership.
