> 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/deprecation/release-5.4.0.md).

# Release-5.4.0

Documentation about list of APIs deprecated or planned for deprecation and their corresponding new/alternative APIs available.

List of APIs planned for deprecation by **Oct 2023**

### User-Org Service:

<table><thead><tr><th width="254.33333333333331">APIs planned for Deprecation</th><th>Alternate API</th><th>Remarks</th></tr></thead><tbody><tr><td>{{host}}/api/user/v1/create, {{host}}/api/user/v2/create, {{host}}/api/user/v3/create<br> <code>(routes: /v1/user/create, /v2/user/create, /v3/user/create)</code> </td><td><p>{{host}}/api/user/v1/sso/create</p><p><code>(route: /v1/ssouser/create)</code></p></td><td>Decommissioned in release-8.0.0</td></tr><tr><td>{{host}}/api/user/v1/managed/create, <br>{{host}}/api/user/v4/create<br> <code>(routes: /v4/user/create, /v1/manageduser/create)</code></td><td>{{host}}/api/user/v2/managed/create<br>(route:<code>/v2/manageduser/create)</code></td><td>Decommissioned in release-8.0.0</td></tr><tr><td>{{host}}/api/user/v1/signup<br> <code>(route: /v1/user/signup)</code></td><td>{{host}}/api/user/v2/signup<br> <code>(route: /v2/user/signup)</code></td><td>Decommissioned in release-8.0.0</td></tr><tr><td>{{host}}/api/user/v1/update, {{host}}/api/user/v2/update<br> <code>(routes: /v1/user/update, /v2/user/update)</code></td><td>{{host}}/api/user/v3/update<br> <code>(route: /v3/user/update)</code></td><td>Decommissioned in release-8.0.0</td></tr><tr><td><p>{{host}}/api/user/v1/read/{{uid}}, {{host}}/api/user/v2/read/{{uid}}, {{host}}/api/user/v3/read/{{uid}},</p><p>{{host}}/api/user/v4/read/{{uid}}<br> <code>(routes: /v1/user/read/:uid, /v2/user/read/:uid, /v3/user/read/:uid, /v4/user/read/:uid)</code></p></td><td>{{host}}/api/user/v5/read/{{uid}}<br> <code>(route: /v5/user/read/:uid)</code></td><td>Decommissioned in release-8.0.0</td></tr><tr><td><p>{{host}}/api/user/v1/get</p><p><code>(route: /v1/user/get/:idType)</code></p></td><td><p>{{host}}/api/user/v2/get</p><p><code>(route: /v2/user/get/:idType)</code></p></td><td>Decommissioned in release-8.0.0</td></tr><tr><td><p>{{host}}/api/user/v1/exists</p><p><code>(route: /v1/user/exists/:key/:value)</code></p></td><td><p>{{host}}/api/user/v2/exists</p><p><code>(route: /v2/user/exists/:key/:value)</code></p></td><td>Decommissioned in release-8.0.0</td></tr><tr><td>{{host}}/api/user/v1/search, {{host}}/api/user/v2/search<br> <code>(routes: /v1/user/search, /v2/user/search)</code></td><td>{{host}}/api/user/v3/search<br> <code>(route: /v3/user/search)</code></td><td>Decommissioned in release-8.0.0</td></tr><tr><td><p>{{host}}/api/user/v1/role/assign</p><p><code>(route: /v1/user/assign/role)</code></p></td><td><p>{{host}}/api/user/v2/role/assign</p><p><code>(route: /v2/user/assign/role)</code></p></td><td>Decommissioned in release-8.0.0</td></tr><tr><td><p>{{host}}/api/user/private/v1/assign/role</p><p><code>(route: /private/user/v1/assign/role)</code></p></td><td><code>(route: /private/user/v2/assign/role)</code></td><td>private v2 API is not publicly available for access </td></tr><tr><td><p>{{host}}/api/user/v1/consent/read</p><p><code>(route: /v1/user/consent/read)</code></p></td><td><p>{{host}}/api/user/v2/consent/read</p><p><code>(route: /v2/user/consent/read)</code></p></td><td>Decommissioned in release-8.0.0</td></tr><tr><td><p>{{host}}/api/otp/v1/generate</p><p><code>(route: /v1/otp/generate)</code></p></td><td><p>{{host}}/api/otp/v2/generate</p><p><code>(route: /v2/otp/generate)</code></p></td><td>Decommissioned in release-8.0.0</td></tr><tr><td><p>{{host}}/api/otp/v1/verify</p><p><code>(route: /v1/otp/verify)</code></p></td><td><p>{{host}}/api/otp/v2/verify</p><p><code>(route: /v2/otp/verify)</code></p></td><td>Decommissioned in release-8.0.0</td></tr><tr><td><p>{{host}}/api/user/v1/feed</p><p><code>(route: /v1/user/feed/:userId)</code></p></td><td><p>{{host}}/api/notification/v1/feed/read</p><p><code>(route: /v1/notification/feed/read/:userId)</code></p></td><td></td></tr><tr><td><p>{{host}}/api/user/feed/v1/create</p><p><code>(route: /v1/user/feed/create)</code></p></td><td></td><td></td></tr><tr><td><code>(route: /private/v1/user/feed/create)</code></td><td></td><td></td></tr><tr><td><p>{{host}}/api/user/feed/v1/update</p><p><code>(route: /v1/user/feed/upate)</code></p></td><td><p>{{host}}/api/notification/v1/feed/update</p><p><code>(route: /v1/notification/feed/update)</code></p></td><td></td></tr><tr><td><p>{{host}}/api/user/feed/v1/delete</p><p><code>(route: /v1/user/feed/delete)</code></p></td><td><p>{{host}}/api/notification/v1/feed/delete</p><p><code>(route: /v1/notification/feed/delete)</code></p></td><td></td></tr><tr><td>{{host}}/api/org/v1/ext/search, {{host}}/api/org/v1/search<br> <code>(route: /v1/org/search)</code></td><td>{{host}}/api/org/v2/search<br> <code>(route: /v2/org/search)</code></td><td>Decommissioned in release-8.0.0</td></tr><tr><td></td><td></td><td></td></tr></tbody></table>

### LMS Course-Batch Service:

| APIs planned for Deprecation                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | Alternate API                                                                                         | Remarks                                                                                                                                                                                                                                     |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p>{{host}}/api/data/v1/page/assemble,<br>{{host}}/api/data/v1/page/create,<br>{{host}}/api/data/v1/page/section/create,<br>{{host}}/api/data/v1/page/read,<br>{{host}}/api/data/v1/page/section/list,<br>{{host}}/api/data/v1/page/section/read,<br>{{host}}/api/data/v1/page/update,<br>{{host}}/api/data/v1/page/section/update,<br>{{host}}/api/data/v1/dial/assemble<br><br><code>(routes: /v1/page/create, /v1/page/update, /v1/page/read/:pageId, /v1/page/all/settings, /v1/page/assemble, /v1/dial/assemble, /v1/page/section/create, /v1/page/section/update, /v1/page/section/list, /v1/page/section/read/:sectionId)</code></p> |                                                                                                       | **No alternate APIs available or planned for this set of APIs**                                                                                                                                                                             |
| <p>{{host}}/api/course/v1/create<br> <code>(route: /v1/course/create)</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |                                                                                                       | Use [collection create API ](https://documenter.getpostman.com/view/25463377/2s8ZDa32au#36c6ff1c-5533-4db0-b599-71ba06f187da)from KNOWLG BB. (<https://knowlg.sunbird.org/learn/product-and-developer-guide/content-service-1/content-api>) |
| `route: /v1/user/content/state`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | <p>{{host}}/api/course/v1/content/state/update<br> <code>(route: /v1/content/state/update)</code></p> |                                                                                                                                                                                                                                             |


---

# 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, and the optional `goal` query parameter:

```
GET https://lern.sunbird.org/use/deprecation/release-5.4.0.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
