MemberClicks
MemberClicks is association and membership management software owned by Personify (marketed as "MemberClicks by Personify"). Its flagship MC Professional platform (formerly branded "Oasis") is an all-in-one AMS for professional associations, chambers, and trade groups - covering member profiles and databases, dues and invoicing, event registration, email and communications, community groups, and websites. MemberClicks exposes a documented public/partner developer API - the MC Professional API, a JSON REST interface protected by the OAuth 2.0 authorization framework and hosted per organization at https://{orgId}.memberclicks.net. The API is intended for developers with technical expertise; MemberClicks support does not assist with custom integrations. Access to profile, event, and related data is gated behind per-organization OAuth client credentials rather than open self-serve signup.
APIs
MemberClicks Profiles API
Retrieve, create, and update member/contact profiles - the core people records in MC Professional. List all profiles (paged), get a single profile by profileId, create new profi...
MemberClicks Profile Search API
Create a profile search by POSTing search criteria to /api/v1/profile/search, then page through the matching profiles. Lets integrations filter the membership database by attrib...
MemberClicks Attributes API
Describe the profile schema - list attributes (built-in and custom fields) and retrieve the selection-set options for a given attribute via /api/v1/attribute/{attributeId}/selec...
MemberClicks Member Types and Statuses API
Reference-data lookups for the membership model - GET /api/v1/member-type lists the organization's member types and GET /api/v1/member-status lists the member statuses used to c...
MemberClicks Groups API
Read the groups a profile belongs to. MC Professional exposes group membership through a groupsUrl reference on the profile's group built-in attribute; exact request paths are m...
MemberClicks Events API
Read event and registration data managed in MC Professional. An Events API resource is documented in the developer help center; the exact request paths are modeled here because ...
MemberClicks Continuing Education API
Read continuing education credits earned by members. List credits via GET /api/v1/continuing-education/credit (filterable by profileId with pageNumber and pageSize paging) and r...