pub async fn workspace_user_update(
    client: &ApiClient,
    workspace_id: Base64Uuid,
    user_id: Base64Uuid,
    payload: WorkspaceUserUpdate
) -> Result<User>
Expand description

Updates the user within a workspace