This method is used to lock or unlock a registered user.
| Parameter | Type | Requirement | Description |
|---|---|---|---|
| username | xsd:string | Mandatory – cannot be null or empty | The username of the registered user who will lock/unlock a registered user |
| password | xsd:string | Mandatory – cannot be null or empty | The password of the registered user who will lock/unlock a registered user |
| encodedPassword | xsd:boolean | Optional – can be null (indicates false) | Indicates whether the password parameter is MD5 encoded |
| userToLockUnlock | xsd:string | Mandatory – cannot be null or empty | The email of the registered user to be locked or unlocked |
| lockUnlock | xsd:boolean | Mandatory – cannot be null or empty | Sets to lock or unlock. false will set the user to unlock and true will set the user to lock |
Type: xsd:string
A successful response will at a minimum, return
OK: User example@isentry.com locked
An error will return
ERROR : and the specified error