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 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 call | Resource | Permission required |
---|---|---|
GET /identity/v1/users | User Account | View |
POST /identity/v1/users | Authorization Service Platform Customer Account |
Edit |
GET /identity/v1/users/{id} | User Account | View |
PUT /identity/v1/users/{id} | User Account | View |
DELETE /identity/v1/users/{id} | User Account | Delete |
You can find out more about Identity & Access in the HPE GreenLake Edge to Cloud Platform 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.
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.