Function create_organization

Source
pub async fn create_organization(
    configuration: &Configuration,
    create_organization_req_payload: CreateOrganizationReqPayload,
) -> Result<Organization, Error<CreateOrganizationError>>
Expand description

Create a new organization. The auth’ed user who creates the organization will be the default owner of the organization.