Skip to main content

Used to update the basicauth of a local user

PUT 

https://api.wayfinder.appvia.local/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

curl -L -X PUT 'https://api.wayfinder.appvia.local/resources/org.appvia.io/v2beta1/identities/:name/basicauth' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
-d '{
"oldPassword": "string",
"password": "string",
"username": "string"
}'
Request Collapse all
Base URL
https://api.wayfinder.appvia.local
Auth
Parameters
— pathrequired
Body required
{
  "oldPassword": "string",
  "password": "string",
  "username": "string"
}
ResponseClear

Click the Send API Request button above and see the response here!