User Admin

User Admin APIs provide administrative access to the Users and Roles on a Manager. They are listed in the following table.

Method

Method Type

Description

available

GET

Retrieves whether the methods are available. Returns true if the method is available and false if the method is not available.

all-roles

GET

Retrieves all roles.

all-users

GET

Retrieves all users.

role

GET

Retrieves the named role.

role

POST

Adds or updates a role.

role

DELETE

Deletes the named role.

user

GET

Retrieves the user with the given username.

user

POST

Creates a new user with an initial password.

user

PUT

Updates the user.

user

DELETE

Deletes the user with the given username.