Update my tenant’s time zone using the PATCH Org Config API in Postman

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:

  1. In Postman, went to IdentityNow Beta APIs → Org Config → PATCH Patch an Org configuration property

  2. Confirmed I have a valid access token under Authorization

  3. Updated the JSON body with op, path, and value

  4. For "value", I set the time zone to "US/Eastern"

  5. [
    {
    “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?

@NandanaSailpoint

Everything has been configured correctly, but there’s just one issue — the path value is missing the ‘/’ characters. Please update the value to America/New_York. Let me know if it works for you.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.