⚡ Add role parameter to user:update (Zulip) (#2336)
* ⚡ Add role parameter to user:update * ✏️ Fix typo issue
This commit is contained in:
@@ -8,4 +8,5 @@ export interface IUser {
|
||||
email?: string;
|
||||
password?: string;
|
||||
short_name?: string;
|
||||
role?: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user