Function update_user

Source
pub async fn update_user(
    configuration: &Configuration,
    workspace: &str,
    username: &str,
    edit_workspace_user: EditWorkspaceUser,
) -> Result<String, Error<UpdateUserError>>