Create member

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Overview

Add a new member to a group subscription. The subscription must have available seats for the new member.

Example: Add a new employee to a corporate subscription when they join the company.


Conditional Requirements

ConditionRequired Fields
Alwayssubscription_id, customer_id
Subscription must beA valid membership-type subscription on the current site
Customer must not beAlready a member of the same subscription
Subscription must haveAvailable member seat capacity

Validation Constraints

FieldConstraint
customer_idMust exist under the current site and account
customer_idMust not already be a member of the subscription (unique per subscription)
customer_idSubject to the subscription's member_seat_capacity limit
subscription_idMust reference a membership-type subscription
address_idMust belong to the specified customer (validated via exists:address,id,user_id,{customer_id})
old_provider_idMust be unique per account

Pending Member Activation

If a pending invitation already exists for the customer's email on this subscription, the store endpoint activates that pending membership instead of creating a new one. In this case, the response returns 200 OK instead of 201 Created.

Query Params
int32
required
≥ 1
Body Params
int32
required
int32
required
int32
≥ 0
string
Headers
string
required
Defaults to Bearer eyJ***
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json