JOC API

Version 2.2.2

Download RAML
JOC API
/authentication/auth/forcepasswordchange
POST

Forces the user to change the password with the next login


Parameters in the POST body schema

Name Type Description Example Default
identityServiceName required; string The name of the idendityService myService
accounts required, array An array with accounts where the password should be changed.
[
"account":"myAccount","oldPassword":"myOldPassword","password":"myPassword","repeatedPassword":"myRepeatedPassword",
"account":"yourAccount","oldPassword":"yourOldPassword","password":"yourPassword","repeatedPassword":"yourRepeatedPassword"
]
account required; string The name of the account myAccount
auditLog optional, object Object that contains comment, timeSpent and ticketLink. {
"comment":"Operational requirement!",
"timeSpent":2
}
comment optional, string Field in auditLog to comment this action, e.g. the reason.
timeSpent optional, integer Field in auditLog to enter the time spent in minutes. 5
ticketLink optional, string Field in auditLog to enter a link to a corresponding ticket.