LocalAccounts_Get_ResponseBody
LocalAccounts_Get_ResponseBody
This is a response body class for an operation.
JSON Example
{
"value": {
"fullname": "string",
"email": "string",
"roles": [
"string"
],
"enabled": false,
"has_password": false,
"last_password_change": "string",
"password_expires_at": "string",
"inactive_at": "string",
"min_days_between_password_change": 0,
"max_days_between_password_change": 0,
"warn_days_before_password_expiration": 0
}
}