Add UPS API Best Practices section#1775
Open
smrithijayarajan wants to merge 2 commits intoSAP-docs:mainfrom
Open
Add UPS API Best Practices section#1775smrithijayarajan wants to merge 2 commits intoSAP-docs:mainfrom
smrithijayarajan wants to merge 2 commits intoSAP-docs:mainfrom
Conversation
This commit adds a comprehensive "UPS API Best Practices" section to the User Provisioning Service documentation, providing developers with: - Key recommendations for using /Bulk/ vs /Users/ endpoints - Best practices for PATCH vs PUT operations - Guidance on tracking provision completion via polling or webhooks - Detailed failure handling strategies for identity vs spend/travel extensions - Code examples demonstrating bulk PATCH operations - Tips for reducing failure rates through pre-validation - Information on handling long-pending provision requests The new section is inserted after "Access Token Usage" and before "Events" to maintain logical documentation flow. Content sourced from official UPS API Best Practices documentation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a comprehensive "UPS API Best Practices" section to the User Provisioning Service v4 documentation.
Changes Made
v4.user-provisioning.mdWhat's Included
Key Recommendations
/Bulk/endpoint vs/Users/endpointPATCHvsPUToperationsDetailed Guidance
Why This Change Matters
The UPS API documentation previously lacked consolidated best practices, leading to:
This addition provides developers with clear, actionable guidance to:
Content Source
Content is based on the official UPS API Best Practices documentation provided by the SAP Concur team.
Files Changed
src/api-reference/user-provisioning/v4.user-provisioning.md(+236 lines)Testing Checklist
Screenshots
The new section includes: