Set OCPP Customer Level Authentication
x-ms-visibility: "important"
Sets OCPP authentication information at customer level
application/json
Request Body required
The request to set OCPP customer level authentication.
strictAuthentication boolean
Default value: false
allowPrivateOnly boolean
Default value: false
updateCredentials boolean
Default value: false
username string nullable
password string nullable
oldPassword string nullable
Responses
- 200
- 400
- 401
No description
Exception Details
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User not authorised
Loading...