Reset Broker Manager user passwords on an event broker service

Resets the password for each specified Broker Manager user on the event broker service. The new passwords are auto-generated; you cannot supply them in the request, and they are not returned in the response. To retrieve a new password, use the Get Event Broker Service API.

Each user must already exist on the event broker service. The mc-manager user is not present on every event broker service. To see which Broker Manager users exist, use the Get Event Broker Service API.

Your token must have one of the permissions listed in the Token Permissions.



Token Permissions: [ mission_control:access or services:post ]
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique identifier of the event broker service.

Body Params

The Broker Manager users whose passwords you want to reset.

users
array of objects
required
length ≥ 1

The Broker Manager users whose passwords you want to reset. The new passwords are auto-generated and not returned in the response.

users*
string
required
length ≥ 1

The Broker Manager user whose password you want to reset. The valid values are:

  • 'mc-editor'—The Mission Control Editor user.
  • 'mc-manager'—The Mission Control Manager user.
  • 'mc-viewer'—The Mission Control Viewer user.
  • Headers
    string
    enum
    Defaults to application/json

    Generated from available response content types

    Allowed:
    Responses

    Language
    Credentials
    Bearer
    JWT
    URL
    LoadingLoading…
    Response
    Click Try It! to start a request and see the response here! Or choose an example:
    application/json
    */*