Skip to main content

Used to update the basicauth of a local user

PUT 

/resources/org.appvia.io/v2beta1/identities/:name/basicauth

Used to update the basicauth of a local user

Request

Path Parameters

    name stringrequired

    The name of the user we are updating

Body

required

    oldPassword stringrequired

    OldPassword is the user's current password. Required if you are not a global Wayfinder admin.

    password stringrequired

    Password is a password associated to the user

    username stringrequired

    Username is the user you are update the credential for

Responses

Contains the identities definitions

Loading...