Getting Directory_ObjectNotFound error while trying to update external user through API
A V
20
Reputation points
- Generate Token
- Create User (Sending Invitation for External Users)
- Polling for User Provisioning (It retries up to 5 times with a delay of 5 seconds between attempts.)
- patch call to update the user
While executing script I am getting this below error:
{"error":{"code":"Directory_ObjectNotFound","message":"Unable to read the company information from the directory.","innerError":{"date":"2025-04-10T06:15:53","request-id":"aa64687d-b167-446a-814f-c4711b30e8b1","client-request-id":"aa64687d-b167-446a-814f-c4711b30e8b1"}}}
Sign in to answer