POST /organizations HTTP/1.1
Host: api
Content-Type: application/json
Accept: */*
Content-Length: 582
{
"id": "text",
"createdBy": "text",
"name": "text",
"isAutoGeneratedOrganization": true,
"contactName": "text",
"contactEmail": "text",
"contactPhoneNumber": "text",
"source": "text",
"thirdPartyCompanyId": "text",
"state": "ACTIVE",
"organizationDomain": {
"domain": "text",
"configs": [
{
"id": "text",
"source": "text",
"sourceName": "text",
"enable": true,
"enableRegister": true,
"authType": "text"
}
]
},
"commonSettings": {
"empty": true,
"ANY_ADDITIONAL_PROPERTY": {}
},
"logoUrl": "text",
"createTime": 1,
"authConfigs": [
{
"id": "text",
"source": "text",
"sourceName": "text",
"enable": true,
"enableRegister": true,
"authType": "text"
}
]
}