All notable changes to the HPE GreenLake SCIM User and Group Management API will be documented in this file.
The format is based on Keep a Changelog.
The initial public release of the HPE GreenLake SCIM User and Group Management API. The following v2beta1 endpoints were made available:
- User management operations
POST /identity/v2beta1/scim/v2/Users—Create new usersGET /identity/v2beta1/scim/v2/Users—List users with filtering supportGET /identity/v2beta1/scim/v2/Users/{userId}—Retrieve individual user detailsPATCH /identity/v2beta1/scim/v2/Users/{userId}—Update user attributesDELETE /identity/v2beta1/scim/v2/Users/{userId}—Delete user accounts
- Group management operations
POST /identity/v2beta1/scim/v2/Groups—Create new user groupsGET /identity/v2beta1/scim/v2/Groups—List groups with filtering supportGET /identity/v2beta1/scim/v2/Groups/{groupId}—Retrieve individual group detailsPATCH /identity/v2beta1/scim/v2/Groups/{groupId}—Update group attributes and membershipDELETE /identity/v2beta1/scim/v2/Groups/{groupId}—Delete user groups
- Membership management extensions
GET /identity/v2beta1/scim/v2/extensions/Groups/{groupId}/users—List users in a specific groupGET /identity/v2beta1/scim/v2/extensions/Users/{userId}/groups—List groups for a specific user