獲取用戶組下的成員列表信息。
調(diào)試
您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權(quán)信息
當(dāng)前API暫無授權(quán)信息透出。
請求參數(shù)
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
UserGroupId | string | 是 | 用戶組 ID。 | 2fe4fbd8-588f-489a-b3e1-e92c7af0**** |
Keyword | string | 否 | 用戶組成員用戶名或昵稱的關(guān)鍵字。 | 小劉 |
返回參數(shù)
示例
正常返回示例
JSON
格式
{
"Success": true,
"RequestId": "48C930FF-DFCF-5986-902B-E24C202E2443",
"Result": [
{
"ParentUserGroupName": "財務(wù)組",
"IsUserGroup": true,
"Name": "小劉的測試用戶組",
"ParentUserGroupId": "2fe4fbd8-588f-489a-b3e1-e92c7af0****",
"Id": "3d2c23d4-2b41-4af8-a1f5-f6390f32****"
}
]
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | Instance.Expired | Your instance has expired. | 您的購買實例已經(jīng)過期。 |
400 | Instance.Not.Exist | The specified instance does not exist. | 暫未匹配到您的購買實例。 |
400 | Access.Forbidden | Access forbidden. Your instance version or access key is not allowed to call the API operation. | - |
400 | Invalid.Organization | The specified organizational unit does not exist. | 該組織不存在。 |
400 | User.Not.In.Organization | The specified user is not in the organizational unit. | 該用戶不在組織中。 |
400 | Usergroup.Not.Exist | The user group does not exist. | 用戶組不存在。 |
400 | Internal.System.Error | An internal system error occurred. | 系統(tǒng)內(nèi)部異常。 |
訪問錯誤中心查看更多錯誤碼。