請檢查以下curl命令示例調用list-parents組API端點。它可以擴展/修改基於需求。
獲取所有組給定的用戶或組的一員。
這個方法是遞歸;它返回所有組給定的用戶或組的成員而不是組織這些組織的成員。
例子:
curl——netrc - x \
https://xxxxx.cloud.www.eheci.com/api/2.0/groups/list-parents\
——數據”{user_name”:“(電子郵件保護)“}\
|金橋。
從更多的細節參考文檔:
https://docs.www.eheci.com/dev-tools/api/latest/groups.html list-parents
你好有組API。
https://docs.www.eheci.com/dev-tools/api/latest/groups.html
有示例API調用列表成員的組:
curl——netrc - x \https://dbc-a1b2345c-d6e7.cloud.www.eheci.com/api/2.0/groups/list-members\——數據' {“group_name”:“reporting-department”}’\ |金橋。
嗨@Hubert杜德克的API國家會列出所有小組的成員,但這裏的問題是列出所有的用戶組。所以list-parents是要使用的API。這將給所有組給定的用戶或組的一員。
https://docs.www.eheci.com/dev-tools/api/latest/groups.html list-parents