Update Organization Details By Oid
PATCH
/org
ORG
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH '/org' \
--header 'Content-Type: application/json' \
--data-raw '{
"company_industry": "string",
"status": "active",
"location": "string",
"total_branches": 0,
"total_members": "string",
"departments": [
{
"name": "string"
}
],
"branches": [
{
"name": "string",
"location": "string"
}
],
"org_url": "string",
"linkedin_url": "string",
"theme": "string"
}'
Response Response Example
200 - Example 1
null
Request
Query Params
oid
stringÂ
Oid
Body Params application/json
Responses
Modified at 2025-05-26 05:13:41