I’m working in SailPoint Identity Security Cloud (ISC) and trying to update my tenant’s time zone using the PATCH Org Config API in Postman.
Steps I followed:
-
In Postman, went to IdentityNow Beta APIs → Org Config → PATCH Patch an Org configuration property
-
Confirmed I have a valid access token under Authorization
-
Updated the JSON body with
op,path, andvalue -
For
"value", I set the time zone to"US/Eastern" -
[
{
“op”: “replace”,
“path”: “timeZone”,
“value”: “USA/Eastern”
}
]
Please consider addressing the following when creating your topic:
- What have you tried?
- What errors did you face (share screenshots)?
- Share the details of your efforts (code / search query, workflow json etc.)?
- [
{
“op”: “replace”,
“path”: “timeZone”,
“value”: “USA/Eastern”
}
]
Please consider addressing the following when creating your topic:
-
What have you tried?
-
What errors did you face (share screenshots)?
-
Share the details of your efforts (code / search query, workflow json etc.)?
-
[
{
“op”: “replace”,
“path”: “timeZone”,
“value”: “USA/Eastern”
}
]
- Is this the correct syntax for updating the tenant’s time zone?
