UserUpdateOptions
Payload for updateById(). Only the provided fields are changed.
Properties
| Property |
Type |
Description |
bypassBasicAuthRestriction? |
boolean |
Whether this user bypasses the basic authentication restriction. |
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. |
invitationAccepted? |
boolean |
Whether the user should be marked as having accepted their invitation. |
isActive? |
boolean |
Activate (true) or deactivate (false) the user. |
name? |
string |
New first name. |
password? |
string |
New password. |
surname? |
string |
New last name. |