POST/v1.0/auth/setAssociatedAccountPasswordChanges data

Set the new associated account to enable and change the default password

Parameters

usernamebodyobjectrequired

User login name associated

cURL
curl -X POST "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/auth/setAssociatedAccountPassword" \
  -H "Authorization: Bearer $SENTINEL_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
  "example": true,
  "corpId": "NORTHSTAR-ISD"
}'

Try this operation in the interactive explorer →