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
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:Jump to 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
2 Replies
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
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