Add Org Member
Organizations
Add Org Member
Add a user to the org by email.
If the email matches a Lyceum account, they’re added directly and get a “you’ve been added” email. If not, a pending invite is created and an invite email is sent; signup auto-accepts via the user-created auth hook.
POST
Add Org Member
Path Parameters
Body
application/json
Response
Successful Response
Result of POST /orgs/{slug}/members.
The invitee either had a Lyceum account already (status='added',
member populated) or didn't (status='invited', invite
populated and an invite email was sent).

