<!-- https://headless-lms.dev/docs/api/organizations -->

# Organizations

The tenant: its members, roles, invites and students

- [Create an organization and make it active](https://headless-lms.dev/docs/api/organizations/createOrganization)
- [Update the active organization](https://headless-lms.dev/docs/api/organizations/updateOrganization)
- [List organization members](https://headless-lms.dev/docs/api/organizations/listMembers)
- [Change a member's role](https://headless-lms.dev/docs/api/organizations/updateMemberRole)
- [Remove an organization member](https://headless-lms.dev/docs/api/organizations/removeMember)
- [Invite a member or student into the active organization](https://headless-lms.dev/docs/api/organizations/createInvite)
- [Read an invite by its token](https://headless-lms.dev/docs/api/organizations/getInvite)
- [Accept an invite with the logged-in account](https://headless-lms.dev/docs/api/organizations/acceptInvite)
- [Get the portal org's public identity (branding)](https://headless-lms.dev/docs/api/organizations/getLearnOrg)
- [Get the caller's identity within the session's org](https://headless-lms.dev/docs/api/organizations/getLearnViewer)
- [List students](https://headless-lms.dev/docs/api/organizations/listStudents)
- [Get a student by id](https://headless-lms.dev/docs/api/organizations/getStudent)
- [Update a student's profile](https://headless-lms.dev/docs/api/organizations/updateStudent)
- [Delete a student](https://headless-lms.dev/docs/api/organizations/deleteStudent)
- [Re-send a pending student's invite email](https://headless-lms.dev/docs/api/organizations/resendStudentInvite)
