API for creating and managing local management users. These users can be assigned to VDC-wide management roles and are not associated with a namespace.
Resource | Description |
POST /vdc/users | Creates a local VDC user with the specified details |
POST /vdc/users/{userid}/deactivate | Deletes local user information for the specified user identifier |
PUT /vdc/users/{userid}/unlock | |
PUT /vdc/users/{userid} | Updates local user details for the specified user identifier |
GET /vdc/users/{userid} | Gets local user details for the specified user identifier |
GET /vdc/users | Lists all local management users |
GET /vdc/users/{userid}/tokenCount |