chris.humanforce - Hi, I'm trying to get a user...

Hi, I'm trying to get a user group tied to a newly created org, but getting errors such as
{
"error": {
"message": {
"debug": {
"code": 13003,
"incident_id_guid": "b9498a61-3901-4c56-8b53-b1ab2d511095",
"trace_id_guid": "tracing-disabled",
"debug": "[\"695046c5-a87e-41c9-b9f8-a66c2b6fd892 not found corresponding to the user_group_identifier: [695046c5-a87e-41c9-b9f8-a66c2b6fd892]\"]"
}
}
}
}
{
"error": {
"message": {
"debug": {
"code": 13003,
"incident_id_guid": "b9498a61-3901-4c56-8b53-b1ab2d511095",
"trace_id_guid": "tracing-disabled",
"debug": "[\"695046c5-a87e-41c9-b9f8-a66c2b6fd892 not found corresponding to the user_group_identifier: [695046c5-a87e-41c9-b9f8-a66c2b6fd892]\"]"
}
}
}
}
I'm calling on the /api/rest/2.0/orgs/{org_idenfitifier}/update endpoint at the playground. I can confirm that the group exists along with the organization, but it doesn't seem to get tied up through the API call.
Solution:
It seemed like it was an organization context switch problem. I was in Primary, but didn't generate a new token to point towards the new org
Jump to solution
2 Replies
pallav
pallav2mo ago
the group has to be present in the org for which the token has been created. are you sure the token is generated for the new org?
Solution
chris
chris5w ago
It seemed like it was an organization context switch problem. I was in Primary, but didn't generate a new token to point towards the new org

Did you find this page helpful?