> For the complete documentation index, see [llms.txt](https://lern.sunbird.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lern.sunbird.org/use/developer-guide/user-and-org-service/apis.md).

# APIs

The **UserOrg microservice** provides services to enable and manage the lifecycle, administration, and permissions of users; registries of users, organisations, and geographic locations; to send user notifications through multiple channels such as email, SMS, and OTPs. The APIs are grouped as:

| Feature                        | API Documentation                                                                                    |
| ------------------------------ | ---------------------------------------------------------------------------------------------------- |
| User Management (CRUD)         | <http://docs.sunbird.org/latest/apis/userapi/>                                                       |
| Organisation Management (CRUD) | <http://docs.sunbird.org/latest/apis/orgapi/>                                                        |
| Location Management (CRUD)     | <http://docs.sunbird.org/latest/apis/locationapi/>                                                   |
| Consent Management             | <http://docs.sunbird.org/latest/apis/consentapi/>                                                    |
| OTP Services                   | <http://docs.sunbird.org/latest/apis/otpapi/>                                                        |
| Data Sync APIs                 | <http://docs.sunbird.org/latest/apis/datasyncapi/>                                                   |
| Notes Management               |                                                                                                      |
| Tenant Configurations          | <http://docs.sunbird.org/latest/apis/tenantpreferenceapi/>                                           |
| Bulk Upload                    | <http://docs.sunbird.org/latest/apis/bulkupload/>                                                    |
| <p><br>System Settings</p>     | <http://docs.sunbird.org/latest/apis/systemsettingsapi/>                                             |
| Notification                   | <http://docs.sunbird.org/latest/apis/notificationapi/#operation/{{host}}/user/v1/notification/email> |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://lern.sunbird.org/use/developer-guide/user-and-org-service/apis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
