Need the capability to search PAPI (API Explorer) for organization by name
Portal 5.2
From API Explorer you navigate to Organization: Organization operations then endpoint GET /tenant-admin/1.0/organization
If you submit without adding any parameters it will return ALL organization
To GET on only one organization navigate to Parameters section, then for parameter “name” enter the organization name
Resulting request
https://apim-ssg.<portal_domain>:9443/<tentant_name>/tenant-admin/1.0/organizations?name=<Org_name>