Update Okta
PUT {{protocol}}://{{accounts_api_url}}/{{accounts_api_version}}/vendors/okta/{{ecosystem_zuid}}
Updates an Okta Org record based on its ZUID.
Key | Description |
---|---|
oktaorg_zuid | [string] Optional. The new ecosystem's ZUID the user have admin/owner permissions. |
client_id | [string] Optional. The new clientid. Note that clientsecret will be required. |
client_secret | [string] Optional. The new clientsecret. Note the clientid will be required. |
client_domain | [string] Optional. New client_domain. E.g. [https://clientdomain.com](https://clientdomain.com) |
RESPONSES
status: OK
{"_meta":{"timestamp":"2023-03-22T08:22:37.984638435+08:00","totalResults":1,"start":0,"offset":0,"limit":1},"data":{"id":14,"oktaorg_zuid":"35-a6b8e2f1af-1234","client_id":"90UHxwC5kOCiCDVi5iLj17hJLjsxkDRIyDDDAgAM8JVrG1ySqj5CQLvJLw==","client_secret":"90UHxwC5kOCiCDVi5iLj17hJLjsxkDRIyDDDAgAM8JVrG1ySqj5CQLvTLsjyV/s=","client_domain":"https://newdomain.com","createdAt":"0001-01-01T00:00:00Z","updatedAt":"2023-03-22T08:22:37.594640478+08:00"}}