My Oracle Support Banner

Error "Invalid Page Requested" When Running Requests Against the Primavera User Administration REST API (Doc ID 2912749.1)

Last updated on APRIL 24, 2023

Applies to:

Primavera P6 Enterprise Project Portfolio Management Cloud Service - Version 21.1 and later
Primavera Unifier Cloud Service - Version 21.1 and later
Information in this document applies to any platform.

Symptoms

When attempting to run a Cloud Admin REST API request, the following error occurs.

ERROR
-----------------------

403 Forbidden


Invalid Page Requested
The requested page was either not found or you do not have access to it.


STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. Create a new request to add a user

POST  https://p6.oraclecloud.com/<SERVICE_INSTANCE>/cloudapi/restapi/user

{
  "added": [
    {
      "organization": {
      "name": "<NAME>",
        "type": "Company"
      },
      "roles": [
        {
          "name": "PrimaveraP6Production"
        }
      ],
      "loginId": "APITest1",
      "firstName": "APITest1",
      "lastName": "APITest1",
      "emailAddress": "apitest1@<DOMAIN>.com",
      "userType": "Employee"
    }
  ]
}

Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.