security-set-user
Update Sitecore user account properties including administrator status, password, email, and enablement settings for user management.
Instructions
Updates properties of a Sitecore user account.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identity | Yes | The identity of the user to update (e.g. 'admin' or full path 'sitecore\admin') | |
| isAdministrator | No | Set the user as an administrator | |
| password | No | The new password for the user | |
| comment | No | Comment for the user | |
| No | Email for the user | ||
| fullName | No | Full name of the user | |
| portrait | No | Portrait for the user | |
| profileItemId | No | Profile item ID for the user | |
| startUrl | No | Start URL for the user | |
| clientLanguage | No | Client language for the user | |
| enabled | No | Enable or disable the user |