cURL
curl --request PATCH \ --url https://api.withampersand.com/v1/orgs/{orgId} \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "updateMask": [ "label" ], "org": { "label": "org-123" } } '
{ "id": "9f7c3e2a-61b8-4f5c-8d1a-eb24f3b05d79", "label": "Acme Inc", "defaultTeamId": "<string>", "createTime": "2023-11-07T05:31:56Z", "updateTime": "2023-11-07T05:31:56Z" }
ID of the organization.
Array of field paths specifying which fields to update. Allowed values include:
["label"]
Show child attributes
Updated org
The organization ID.
"9f7c3e2a-61b8-4f5c-8d1a-eb24f3b05d79"
The organization label.
"Acme Inc"
The ID of the Everyone team for the org.
The time the organization was created.
The time the organization was updated.
Was this page helpful?