Update an organization

Replaces data held on an organization. You must provide the If-Unmodified-Since header. See Optimistic Concurrency Control

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params

An Organization or Organizational Unit. Organizations do not have a parent in the metadata namespace and are the root of their organizational hierarchy. Organizational Units have a parent. Organizations and Organizational Units are functionally equivalent for the purposes of integration.

tags
object

Tags that can be used to categorize the organization.

externalIds
object

External IDs associated with the organization.

string

Free text common name of the organization, used for display only.

string

Optional reference to the parent organization of this organization. This is used to represent an arbitrary hierarchy where parent organizations have access to and control over their child organization's data.

Headers
date-time
required

This header is used in all PUT methods to implement Optimistic Concurrency Control. You must specify the date and time of the version of the resource that you wish to modify. This will be checked on the server and, if the resource has been updated subsequently, the update will be refused with a 412 Precondition Failed.

See RFC7232.

Note: While the above reference gives examples of using HTTP-Date format for the date in the header, the date-time ISO 8601 format should be used in our case (YYYY-MM-DDTHH:MM:SS), e.g.: "If-Unmodified-Since": "2022-02-07T16:18:33"

Responses
204

Updated

Language
Credentials
Bearer
token
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json