Released: 3 January, 2024
Feature Enhancements
Support for SCIM Update Group Response With No Content
Added to the Update Group REST API the option to return a 204 status code with no content, as opposed to a 200 status code with a list of users in the group. This helps avoid sending responses with large payloads in environments with many users. To enable this feature, add this flag to your Access Configuration YAML file:
security: authentication: scim: no-content-on-group-update: true # Return no-content (204) on group update request (on PATCH '/scim/v2/Groups/{group}')