Remove an organization member
DELETE /api/organizations/members/{id}. Remove an organization member. Headless LMS Organizations API reference.
curl -X DELETE "https://example.com/api/organizations/members/string"null{ "error": "string", "message": "string", "requestId": "string"}{ "error": "string", "message": "string", "requestId": "string"}Change a member's role PATCH
PATCH /api/organizations/members/{id}/role. Change a member's role. Headless LMS Organizations API reference.
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.