We are trying to add content to our new SaaS portal using PAPI. We were trying to post API Plans as first step and we are getting following error and not sure why:
{
"error": {
"code": "ServerErrorException",
"message": {
"lang": "en",
"value": "Insufficient rights to perform operation."
},
"detail": {
"errorCode": "500",
"devErrorMessage": "User Portal API does not have sufficient rights for operation POST. Invocation aborted.",
"userErrorMessage": "Insufficient rights to perform operation.",
"userErrorKey": "error.acl.authorization"
}
}
}
Release :
API Plans is not enabled
API plans have been introduced as of CA API Developer Portal version 4.3.2.
If you have turned on API plans, you will no longer be able to use API groups.
API groups are collections of APIs that Org Admins and Developers can consume. You can group your APIs across your organizational and business boundaries by adding them to API groups. Org Admins and Developers can consume API groups while adding and editing their applications.
To use API plans this feature needs to be enabled (NOTE this will disable API Groups)
How too:
Login into the portal tenant: https://<TenantName>.<PortalDomain>/apis/api-plans
From Tenant -> Manage -> API plans