Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/organization/organization.controller.ts
Get a user's audience memberships
Endpoint
GET /organizations/:id/members/:userId/audiences
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | ✓ | Organization ID |
userId | path | string | ✓ | User ID |
Referenced By
OrganizationController(MODULE_DECLARES)
Was this page helpful?