Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Only organization owner is required for UpdateOrganizationAPI to work?

PremMahadikar
Regular Contributor III
Regular Contributor III

Hi Team,

We noticed for updateOrganizationAPI to work; the owner of the organization should be the user making the API call else the response would be 'User does not have update access'

Is there a way to avoid updating organization with owners to make this usecase work?

 

Note: The usecase here is to update any organization details (like organization description, CP1 etc) only via API call.

4 REPLIES 4

rushikeshvartak
All-Star
All-Star

Does organization has been defined sav role ?


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

PremMahadikar
Regular Contributor III
Regular Contributor III

We configured 'All' under Organizations inside SAV role.

The response is same:

{
    "msg": "Cannot update Organization. User doesnot have Update access.",
    "errorCode": "1"
}
- We noticed this response earlier as well. Updated the original request.

 

what sav role have ?


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

PremMahadikar
Regular Contributor III
Regular Contributor III

We have assigned custom SAV role which include 'webservice_api_v5_updateOrganization' in web service access tab.