Read an invite by its token
GET /api/organizations/invites/{token}. Read an invite by its token. Headless LMS Organizations API reference.
curl -X GET "https://example.com/api/organizations/invites/string"{ "email": "string", "firstName": "string", "lastName": "string"}{ "error": "string", "message": "string", "requestId": "string"}Invite a member or student into the active organization POST
POST /api/organizations/invites. Invite a member or student into the active organization. Headless LMS Organizations API reference.
Accept an invite with the logged-in account POST
POST /api/organizations/invites/accept. Accept an invite with the logged-in account. Headless LMS Organizations API reference.