| 126 | GetOrgUsersByRoleType(orgGUID string) (map[constant.RoleType][]resources.User, v7action.Warnings, error) |
| 127 | GetOrganizationByName(orgName string) (resources.Organization, v7action.Warnings, error) |
| 128 | GetOrganizationDomains(string, string) ([]resources.Domain, v7action.Warnings, error) |
| 129 | GetOrganizationLabels(orgName string) (map[string]types.NullString, v7action.Warnings, error) |
| 130 | GetOrganizationQuotaByName(orgQuotaName string) (resources.OrganizationQuota, v7action.Warnings, error) |
| 131 | GetOrganizationQuotas() ([]resources.OrganizationQuota, v7action.Warnings, error) |