JSON格式
| Name | Type | Read-only | Comment | 
|---|---|---|---|
| id | integer | yes | 公司组织id,由系统自动分配 | 
| url | string | yes | 资源url | 
| name | string | no | 组织名称 | 
| domain | string | no | 域名后缀,格式为{domain}.com。创建用户时, 用户邮箱若匹配上domain字段,则自动加入组织  | 
| description | string | no | 组织描述 | 
| group_id | integer | no | 分配公司组织的工单给指定客服组 | 
| created_at | date | yes | 组织创建时间 | 
JSON 示例
{
  "id": 741,
  "url": "https://support.kf5.com/apiv2/organizations/741.json",
  "name": "销售部门",
  "created_at": "2014-12-22 16:54:31",
  "domain": "kf5sale.com",
  "description": "",
  "group_id": 156}