interface PatchUsersIDRequest {
    body: User;
    userID: string;
}

Properties

Properties

body: User

User update to apply

userID: string

The ID of the user to update.

MMNEPVFCICPMFPCPTTAAATR