> For clean Markdown of any page, append .md to the page URL. > For a complete documentation index, see https://docs.itential.com/itential-platform/2023-2/release-notes/deprecations/user-profile-apis-deprecated/llms.txt. > For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.itential.com/_mcp/server. # User Profile APIs deprecated > Deprecation notice that the getUserProfile and updateUserProfile APIs are deprecated in 2023.2 and scheduled for removal in 2024.2. This deprecation notice applies to the **2023.2** release. ## Removal of User Profile APIs The `getUserProfile` and `updateUserProfile` APIs are deprecated and scheduled for removal from Itential Platform. | API | Description | Deprecation release | Scheduled removal release | Replacement | | ------------------- | --------------------------------------------- | ------------------- | ------------------------- | ---------------------- | | `getUserProfile` | Gets the user profile for the active user. | 2023.2 | 2024.2 | `GET /user/settings` | | `updateUserProfile` | Updates the user profile for the active user. | 2023.2 | 2024.2 | `PATCH /user/settings` | ## What should I do? Test and confirm all custom applications and adapters are unaffected by the API replacements. If you need assistance or require more information, contact the [Itential Customer Support Team](https://itential.atlassian.net/servicedesk/customer/portals). > Deprecation notice that the getUserProfile and updateUserProfile APIs are deprecated in 2023.2 and scheduled for removal in 2024.2.