请求说明 | 企业标准版查询组织下全部开发者成员curl -X 'GET' \
'https://openapi-rdc.aliyuncs.com/oapi/v1/lingma/organizations/c7655445-143f-4466-9724-8b371a21****/developer/members?page=1&perPage=100' \
-H 'Content-Type: application/json' \
-H 'x-yunxiao-token: pt-0fh3****0fbG_35af****0484'
查询某部门的开发者成员curl -X 'GET' \
'https://openapi-rdc.aliyuncs.com/oapi/v1/lingma/organizations/c7655445-143f-4466-9724-8b371a21****/developer/members?departmentId=7b58e90a-063f-475b-ad6d-32d1f438****&page=1&perPage=100' \
-H 'Content-Type: application/json' \
-H 'x-yunxiao-token: pt-0fh3****0fbG_35af****0484'
根据用户ID查询某个开发者成员curl -X 'GET' \
'https://openapi-rdc.aliyuncs.com/oapi/v1/lingma/organizations/c7655445-143f-4466-9724-8b371a21****/developer/members?userId=f6652104-fcd8-4524-8390-da717b66****&page=1&perPage=100' \
-H 'Content-Type: application/json' \
-H 'x-yunxiao-token: pt-0fh3****0fbG_35af****0484'
企业专属版查询组织下全部开发者成员curl -X 'GET' \
'https://test-domain-***.rdc.aliyuncs.com/oapi/v1/lingma/organizations/c7655445-143f-4466-9724-8b371a21****/developer/members?page=1&perPage=100' \
-H 'Content-Type: application/json' \
-H 'x-yunxiao-token: pt-0fh3****0fbG_35af****0484'
查询某部门的开发者成员curl -X 'GET' \
'https://test-domain-***.rdc.aliyuncs.com/oapi/v1/lingma/organizations/c7655445-143f-4466-9724-8b371a21****/developer/members?departmentId=7b58e90a-063f-475b-ad6d-32d1f438****&page=1&perPage=100' \
-H 'Content-Type: application/json' \
-H 'x-yunxiao-token: pt-0fh3****0fbG_35af****0484'
根据用户ID查询某个开发者成员curl -X 'GET' \
'https://test-domain-***.rdc.aliyuncs.com/oapi/v1/lingma/organizations/c7655445-143f-4466-9724-8b371a21****/developer/members?userId=f6652104-fcd8-4524-8390-da717b66****&page=1&perPage=100' \
-H 'Content-Type: application/json' \
-H 'x-yunxiao-token: pt-0fh3****0fbG_35af****0484'
|
请求头(Headers) |
x-yunxiao-token string (必选) 个人访问令牌。您可参考个人访问令牌获取。 示例:pt-0fh3****0fbG_35af****0484。 |
请求参数 |
|
departmentId string (可选) 部门 ID。请参见查询组织部门列表获取部门 ID。 |
userId string (可选) 用户 ID。请参见查询成员列表获取用户 ID。 |
page integer (可选)默认值为1 当前页。 |
perPage integer (可选)默认值为100 每页数据条数的最大值,取值范围:[1,100] 。 |