cURL
Organizations
Add Member to Organization
Add a member to an organization. This endpoint is idempotent - Adding an existing member returns the existing membership.
POST
cURL
Authorizations
Your Recoup API key. Learn more.
Body
application/json
Member-organization association parameters
The account ID of the organization
The account ID of the member to add. Provide exactly one of accountId or email.
Email of the member to add. The account is created if it does not exist yet. Provide exactly one of accountId or email.
Response
Member added to organization successfully (or already a member)
