Last modified 13 Mar 2024 13:32 +01:00
Create Access Certification Campaign
curl --user administrator:y0uR_P455woR*d \
-H "Content-Type: application/json" \
-X POST http://localhost:8080/midpoint/ws/rest/accessCertificationCampaigns \
-v \
--data-binary @./samples/rest/.json
Show data source example for "Create Access Certification Campaign" | GitHub

The response is an HTTP 201 code in case of success without a response body. Also, the response contains a Location Header pointing to the location of the created user.

Example location header
Location: http://localhost:8080/midpoint/ws/rest/reports/4de173d5-4dff-4e4f-bfb8-47f951f26637
Was this page helpful?
YES NO
Thanks for your feedback