curl -X PUT "$API_BASE_URL/v1/org/$ORG_ID/contexts/sign-in/$CTX_ID/modules/up/update" \ -H "x-auth-token: $NETGRAPH_API_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "username": "alice.smith", "password": "N3w-P@ssw0rd" }'
{ "username": "alice.smith", "password": "N3w-P@ssw0rd" }
Rotate the password on an existing username/password user.