Skip to content

PlatformUserUpdateOptions

Fields to change on a user. Only the fields present are sent — omitted fields are left untouched.

Properties

Property Type Description
displayName? string New display name.
email? string New email address.
groupIdsToAdd? string[] GUIDs of groups to add the user to.
groupIdsToRemove? string[] GUIDs of groups to remove the user from.
isActive? boolean Activates or deactivates the account.
name? string New first name.
password? string New password.
surname? string New last name.