Forum Discussion
owinoakelo
Sep 26, 2022Brass Contributor
Azure AD SCIM Validator is in General Availability (GA) Status
You can now validate the compatibility of your SCIM provisioning endpoint and Azure AD code base using our Azure AD SCIM Validator. This tool can be used by ISVs who want to build SCIM compatible ser...
owinoakelo
Oct 22, 2024Brass Contributor
cli1895 We create a new user for every test. The POST requests you are seeing is to create a new user who will then be PATCHED as per the test.
cli1895
Oct 22, 2024Copper Contributor
owinoakelo thanks for quick reply.
Is it correct to assume that If the first POST call did not go through, the subsequent PATCH/DELETE will not be made?
- owinoakeloOct 23, 2024Brass ContributorThat's right. The POST has to be successful for the next calls to work.