Skip to main content
PUT
/
employees
/
passwords
Passwörter zurücksetzen
curl --request PUT \
  --url https://{tenant}.stamp.eu/rest/employees/passwords \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "password": "<string>",
  "all": true
}
'
{
  "message": "<string>",
  "count": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
password
string
required
Minimum string length: 4
all
boolean

Response

Passwörter zurückgesetzt

message
string
count
integer