Skip to content
Last updated

HPE GreenLake for User Management

HPE GreenLake for User Management APIs allow programmatic methods to invite or delete users and to check user information.

Access and permissions

You need the correct role and permissions to use the HPE GreenLake for User Management APIs. A role is a group of permissions that you can specify and assign to users in your HPE GreenLake cloud workspace. There are 3 basic role types distinguished by the privileges defined in the authorization service:

  • Administrator—has view, edit, and delete privileges in the workspace.
  • Operator—has view and edit privileges in the workspace.
  • Observer—has only view privileges in the workspace.

The following table lists User Management API calls along with the resource and permission required to make the call:

User Management API callResourcePermission required
GET /identity/v1/usersUser AccountView
POST /identity/v1/usersAuthorization Service
Platform Customer Account
Edit
GET /identity/v1/users/{id}User AccountView
PUT /identity/v1/users/{id}User AccountView
DELETE /identity/v1/users/{id}User AccountDelete

You can find out more about Identity & Access in the HPE GreenLake Cloud User Guide. You can:

  • Find a list of preconfigured roles and the permissions they have
  • Learn how to create custom roles.
  • Discover how to assign roles to users.

API availability across platforms

EndpointHPE GreenLake cloudHPE GreenLake Dedicated Platform
GET /identity/v1/usersYesYes
POST /identity/v1/usersYesYes
GET /identity/v1/users/{id}YesYes
PUT /identity/v1/users/{id}YesYes
DELETE /identity/v1/users/{id}YesYes

What's New

August 2024

HPE GreenLake for Identity was renamed to HPE GreenLake for User Management APIs. The APIs were relocated out from the Identity & Access Management category to a dedicated entry of its own. There was no change to the functionality of the APIs.

See the changelog for more information.