Function update_user

Source
pub async fn update_user(
    configuration: &Configuration,
    update_user_org_role_data: UpdateUserOrgRoleData,
) -> Result<(), Error<UpdateUserError>>
Expand description

Update a user’s information. If the user_id is not provided, the auth’ed user will be updated. If the user_id is provided, the role of the auth’ed user or api key must be an admin (1) or owner (2) of the organization.