The Error message handling for the Global Group creation via SCIM API is not good.
IAM teams are struggling due to the missing documentation in our public docs to test the SCIM integration.
IAM integration is hard without information about how the API is working, what inputs are expected and a overly generic error message.
Example:
The endpoint for creating a global group throws a HTTP 500 Error if the "members" attribute is missing. The endpoint always expects this attribute even if its just an empty list but the integration does not know this and is faced with an 500 error.