Permission issue in queue creation

Hi,

We are trying to create a queue from our code which uses client credentials to generate oAuth token.

We get the below error:

{
"message": "Unable to perform the requested action. You are missing the following permission(s): [routing:queue:add:xxxxxx]",
"code": "missing.permissions",
"status": 403
}

Kindly let us know where we need to add permission.

Thanks
Vageesan

Permissions are assigned to roles, which are assigned to users and client credential grants. More information here: https://help.mypurecloud.com/articles/about-people-permissions/

Hi,
We are able to create a queue under "Home" Division but if we try to create under other divisions only then we are getting the permission error.

You'll need to assign the division. See step 8 here: https://help.mypurecloud.com/articles/create-an-oauth-client/

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.