you can also call this with POST
Request samples
curl --location --request GET 'http://localhost/~/api/get_account?username'
Responses
application/json disable_password_change
boolean
optional{
"username": "string",
"password": "string",
"belongs": [
"string"
],
"ignore_limits": true,
"disable_password_change": true,
"admin": true,
"redirect": "string",
"disabled": true,
"expire": "2019-08-24T14:15:22Z",
"days_to_live": 0
}
Modified at 2024-04-20 14:26:15