You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
UpdateUserProps
Properties for updating an existing user.
export interface UpdateUserProps extends BaseUserId {
user: User;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
user | Required | User | A user object containing properties to be updated. |