orgs_slash_list

Function orgs_slash_list 

Source
pub async fn orgs_slash_list(
    configuration: &Configuration,
    since: Option<i32>,
    per_page: Option<i32>,
) -> Result<Vec<OrganizationSimple>, Error<OrgsSlashListError>>
Expand description

Lists all organizations, in the order that they were created. Note: Pagination is powered exclusively by the since parameter. Use the Link header to get the URL for the next page of organizations.