Update user active should be refactored to user isDisabled as well
Closed this issue · 0 comments
sanderdrummer commented
I'd like to post
{
name: string;
email?: string;
isDisabled: boolean;
}
to edit a user.
Closed this issue · 0 comments
I'd like to post
{
name: string;
email?: string;
isDisabled: boolean;
}
to edit a user.