UserAdmin
UserAdmin APIs provide administrative access to the Users and Roles on a Manager. They are listed in the following table:
Method |
Method Type |
Description |
POST |
Creates a new user with an initial password. |
|
DELETE |
Deletes the named role. |
|
DELETE |
Deletes the user with the given username. |
|
GET |
Retrieves all roles. |
|
GET |
Retrieves all users. |
|
GET |
Retrieves the named role. |
|
GET |
Retrieves the user with the given username. |
|
GET |
Retrieves whether the methods are available. |
|
POST |
Adds or updates a role. |
|
PUT |
Updates the user. |
Subtopics