Update the organization data for the specified organization ID, with a JSON payload.
Available only for “admin” users.
cURL
curl --request PUT \ --url https://api.example.com/api/partners/v2.0/org/{org_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>", "contact": "<string>" } '
{ "name": "<string>", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "description": "<string>", "contact": "<string>" }
The access token received from the authorization server in the OAuth 2.0 flow.
The organization ID of the user's organization
255
OK
Was this page helpful?