Function list_account

Source
pub async fn list_account(
    configuration: &Configuration,
    friendly_name: Option<&str>,
    status: Option<&str>,
    page_size: Option<i32>,
) -> Result<ListAccountResponse, Error<ListAccountError>>
Expand description

Retrieves a collection of Accounts belonging to the account used to make the request