Skip to content

Update customer organization

PATCH
/customer-organizations/{id}
curl --request PATCH \
--url https://api.muninx.com/customer-organizations/example \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "display-name": "example", "domains": [ "example" ], "external-ref": "example", "notes": "example", "status": "example" }'

Partially updates a customer organization inside the authenticated tenant organization. Only tenant admins can perform this operation. Domains must be unique across customer organizations in the tenant, with at most 5 domains per organization. Status must be active or suspended.

id
required
string

Customer Organization ID

Updates

Media type application/json
object
display-name
string
domains
Array<string>
external-ref
string
notes
string
status
string
Example generated
{
"display-name": "example",
"domains": [
"example"
],
"external-ref": "example",
"notes": "example",
"status": "example"
}

Customer org updated

Media type application/json
string
Example generated
example

Problem+json

Media type application/json
object
key
additional properties
any
Example generated
{}

Problem+json

Media type application/json
object
key
additional properties
any
Example generated
{}

Problem+json

Media type application/json
object
key
additional properties
any
Example generated
{}

Problem+json

Media type application/json
object
key
additional properties
any
Example generated
{}

Problem+json

Media type application/json
object
key
additional properties
any
Example generated
{}

Problem+json

Media type application/json
object
key
additional properties
any
Example generated
{}