2024 Oct 15 2:11 PM - edited 2024 Oct 24 9:43 AM
Hi All,
(See correct URL for bulk in comments)
Recently started investigating SCIM 2.0 API functionality for Datasphere. I managed to create a single user, as well as delete a user. So authorization wise I should not encounter any issues.
Now for bulk operations following scheme needs to be used:
"schemas": ["urn:ietf:params:scim:api:messages:2.0:BulkRequest"]
Running this for both the creation of users as well as for the deletion of users, it doens't seem to work. I received a 400 error ("Request is unparsable, syntactically incorrect, or violates schema").
"bulk":{"supported":true,"maxOperations":30,"maxPayloadSize":3072000}Request clarification before answering.
My api samples for SAP Analytics Cloud uses the bulk operation. Please look at the samples that start with a '2' at https://community.sap.com/t5/technology-blogs-by-sap/sap-analytics-cloud-user-and-team-provisioning-...
The samples are currently for SAP Analytics Cloud but the syntax is the same for Datasphere. I will be adding Datasphere examples and those will start with a '3'.
You'll find in those samples my suggested way to manage errors. The user guide for my samples also explains how the bulk operations work.
In short your syntax is slightly out.
All the best Matthew
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.