Single Member Actions
Invite Member
POST
This invites a new member to your platform, when they are created they will have the status of invited
, if their email already has an associated Onsi account their status will go straight to active
.
Relevant Error Codes
If there are any issues with the member add, the API will return a 400
status code with the following error codes:
- MemberAlreadyInvited a member with this email is currently active or invited.
- InvalidAddMemberPayload for any other add member payload issues.
Authorizations
Headers
Unique key to ensure idempotency of the request
Body
application/json
Body
The body is of type object
.
Response
201 - application/json
201
A member on the platform.