UpdateWorkspaceUserArgs
type UpdateWorkspaceUserArgs = {
role: WorkspaceRole;
userId: string;
workspaceId: string;
};
Arguments for updating a workspace user's role.
See
Properties
role
role: WorkspaceRole;
Updated role for the user.
userId
userId: string;
The user ID.
workspaceId
workspaceId: string;
The workspace ID.