Getting an error "API-1007: You are not authorized to process request. Contact your system administrator for necessary security rights" while creating a new instance of Object via API clients
Steps to Reproduce:
- Login to Clarity as Administrator
- Create a Custom object let’s call it Custom Object 1
- Provide the rights to the administrator user
- Custom Object - Navigate
- Custom Object 1- Copy
- Custom Object 1- Create
- Custom Object 1- Delete All
- Custom Object 1- Edit All
- Custom Object 1- Navigate
- Custom Object 1- View All
- Custom Object 1- Xog Access
- Create a API token with Client ID
- Create an instance of the created custom 1 object via clarity UI
- Create new Custom object let’s call it Custom Object 2
- Provide the rights to the administrator user
- Custom Object 2- Copy
- Custom Object 2- Create
- Custom Object 2- Delete All
- Custom Object 2- Edit All
- Custom Object 2- Navigate
- Custom Object 2- View All
- Custom Object 2- Xog Access
- Create an instance of the created custom object 2 via clarity UI
- Now read the instance of custom object 2 instance via any API Client
- Now using post method try to create another instance of Custom object 2
Expected Results: User administrator should be able to create using post method having the above rights
Actual Results: User gets the below error
{
"resourceId": "xxxx",
"errorMessage": "API-1007 : You are not authorized to process request. Contact your system administrator for necessary security rights.",
"errorCode": "api.unauthorized"
}