新建一个团队¶
POST /api/v1/workspace/member_group/add
概述¶
新建一个团队
Body 请求参数¶
参数名 | 类型 | 必选 | 说明 |
---|---|---|---|
name | string | Y | 团队名称 允许为空: False 最大长度: 48 |
accountUUIDs | array | 账号列表 例子: ['xxxx', 'xxx'] 允许为空: True |
参数补充说明¶
请求例子¶
curl 'https://openapi.guance.com/api/v1/workspace/member_group/add' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{"name": "测试","accountUUIDs": ["acnt_xxxx32"]}' \
--compressed \
--insecure