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

user

POST

Creates a new user with an initial password.

role

DELETE

Deletes the named role.

user

DELETE

Deletes the user with the given username.

all-roles

GET

Retrieves all roles.

all-users

GET

Retrieves all users.

role

GET

Retrieves the named role.

user

GET

Retrieves the user with the given username.

available

GET

Retrieves whether the methods are available.

role

POST

Adds or updates a role.

user

PUT

Updates the user.