Organization Request REST Endpoints
Store/Store Extension/Admin/Organization Request
The operations from the Store/Store Extension/Admin/Organization Request category.
- Approve organization request
 - Method: postPath:
/ccapp/v1/organizationRequests/{id}/approve - deleteOrganizationRequest - only for application access
 - Method: deletePath:
/ccapp/v1/organizationRequests/{id} - getOrganizationRequests
 - Method: getPath:
/ccapp/v1/organizationRequests/{id} - listOrganizationRequests
 - Method: getPath:
/ccapp/v1/organizationRequests - Reject organization request
 - Method: postPath:
/ccapp/v1/organizationRequests/{id}/reject - updateOrganizationRequests
 - Method: putPath:
/ccapp/v1/organizationRequests/{id}