Parameter | Description |
---|---|
2-Factor Authentication | Check this to enable 2FA for the user. |
The email of the user after update. | |
Name | The name of the user after update. |
Status | Change user status. |
User ID | The ID of the user. |
{
"id": "<string>",
"type": "<string>",
"name": "<string>",
"email": "<string>",
"status": "<string>",
"2fa": false,
"groups": [
{
"id": "<string>",
"type": "<string>"
}
]
}
Was this page helpful?