tccli 3.0.1215.1__py2.py3-none-any.whl → 3.0.1217.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/argparser.py +1 -1
- tccli/command.py +2 -2
- tccli/configure.py +46 -1
- tccli/credentials.py +25 -0
- tccli/main.py +6 -2
- tccli/plugins/sso/__init__.py +61 -0
- tccli/plugins/sso/configs.py +4 -0
- tccli/plugins/sso/configure.py +45 -0
- tccli/plugins/sso/login.py +144 -0
- tccli/plugins/sso/logout.py +21 -0
- tccli/plugins/sso/terminal.py +161 -0
- tccli/plugins/sso/texts.py +40 -0
- tccli/services/__init__.py +6 -3
- tccli/services/acp/v20220105/api.json +7 -7
- tccli/services/acp/v20220105/examples.json +2 -2
- tccli/services/aiart/v20221229/api.json +29 -29
- tccli/services/aiart/v20221229/examples.json +8 -8
- tccli/services/apigateway/v20180808/api.json +18 -17
- tccli/services/apigateway/v20180808/examples.json +12 -12
- tccli/services/apm/v20210622/api.json +118 -4
- tccli/services/asr/v20190614/api.json +21 -20
- tccli/services/asr/v20190614/examples.json +13 -13
- tccli/services/autoscaling/v20180419/api.json +371 -309
- tccli/services/autoscaling/v20180419/examples.json +17 -17
- tccli/services/batch/v20170312/api.json +7 -7
- tccli/services/bda/v20200324/api.json +39 -31
- tccli/services/bda/v20200324/examples.json +9 -9
- tccli/services/bh/__init__.py +4 -0
- tccli/services/bh/bh_client.py +3428 -0
- tccli/services/bh/v20230418/api.json +8180 -0
- tccli/services/bh/v20230418/examples.json +519 -0
- tccli/services/bi/v20220105/api.json +80 -4
- tccli/services/bi/v20220105/examples.json +1 -1
- tccli/services/billing/billing_client.py +53 -0
- tccli/services/billing/v20180709/api.json +330 -24
- tccli/services/billing/v20180709/examples.json +8 -0
- tccli/services/bsca/v20210811/api.json +223 -18
- tccli/services/bsca/v20210811/examples.json +4 -4
- tccli/services/btoe/v20210514/api.json +4 -4
- tccli/services/btoe/v20210514/examples.json +2 -2
- tccli/services/ca/v20230228/api.json +60 -0
- tccli/services/cam/v20190116/api.json +11 -11
- tccli/services/cat/v20180409/api.json +9 -0
- tccli/services/cbs/v20170312/api.json +200 -188
- tccli/services/cbs/v20170312/examples.json +4 -4
- tccli/services/ccc/ccc_client.py +53 -0
- tccli/services/ccc/v20200210/api.json +541 -325
- tccli/services/ccc/v20200210/examples.json +26 -18
- tccli/services/cdb/cdb_client.py +13 -13
- tccli/services/cdb/v20170320/api.json +308 -274
- tccli/services/cdb/v20170320/examples.json +38 -38
- tccli/services/cdc/v20201214/api.json +283 -270
- tccli/services/cdc/v20201214/examples.json +26 -26
- tccli/services/cdn/v20180606/api.json +5 -3
- tccli/services/cds/v20180420/api.json +82 -76
- tccli/services/cds/v20180420/examples.json +1 -1
- tccli/services/cdwch/v20200915/api.json +1 -1
- tccli/services/cdwdoris/v20211228/api.json +54 -4
- tccli/services/cdz/v20221123/api.json +41 -5
- tccli/services/cfg/v20210820/api.json +31 -0
- tccli/services/cfs/v20190719/api.json +89 -1
- tccli/services/cfs/v20190719/examples.json +1 -1
- tccli/services/cfw/cfw_client.py +0 -53
- tccli/services/cfw/v20190904/api.json +1895 -2011
- tccli/services/cfw/v20190904/examples.json +175 -171
- tccli/services/ciam/v20220331/api.json +316 -315
- tccli/services/ciam/v20220331/examples.json +49 -49
- tccli/services/ckafka/v20190819/api.json +104 -75
- tccli/services/clb/v20180317/api.json +48 -26
- tccli/services/clb/v20180317/examples.json +1 -1
- tccli/services/cloudapp/v20220530/api.json +5 -1
- tccli/services/cloudaudit/cloudaudit_client.py +30 -30
- tccli/services/cloudaudit/v20190319/api.json +254 -211
- tccli/services/cloudaudit/v20190319/examples.json +19 -19
- tccli/services/cloudstudio/v20230508/api.json +38 -37
- tccli/services/cloudstudio/v20230508/examples.json +4 -4
- tccli/services/cls/cls_client.py +216 -4
- tccli/services/cls/v20201016/api.json +935 -147
- tccli/services/cls/v20201016/examples.json +43 -5
- tccli/services/csip/v20221121/api.json +2566 -2386
- tccli/services/csip/v20221121/examples.json +108 -108
- tccli/services/cvm/v20170312/api.json +191 -112
- tccli/services/cvm/v20170312/examples.json +2 -2
- tccli/services/cwp/cwp_client.py +4 -110
- tccli/services/cwp/v20180228/api.json +6498 -6252
- tccli/services/cwp/v20180228/examples.json +372 -412
- tccli/services/cynosdb/v20190107/api.json +170 -110
- tccli/services/cynosdb/v20190107/examples.json +91 -91
- tccli/services/dasb/v20191018/api.json +859 -637
- tccli/services/dasb/v20191018/examples.json +101 -101
- tccli/services/dcdb/dcdb_client.py +114 -61
- tccli/services/dcdb/v20180411/api.json +141 -7
- tccli/services/dcdb/v20180411/examples.json +32 -0
- tccli/services/dlc/v20210125/api.json +21 -11
- tccli/services/dnspod/dnspod_client.py +417 -46
- tccli/services/dnspod/v20210323/api.json +751 -30
- tccli/services/dnspod/v20210323/examples.json +62 -0
- tccli/services/domain/v20180808/api.json +3 -3
- tccli/services/domain/v20180808/examples.json +3 -3
- tccli/services/dts/v20211206/api.json +4 -4
- tccli/services/eb/v20210416/api.json +15 -15
- tccli/services/eb/v20210416/examples.json +1 -1
- tccli/services/ecm/v20190719/api.json +2 -2
- tccli/services/emr/v20190103/api.json +339 -114
- tccli/services/emr/v20190103/examples.json +64 -82
- tccli/services/es/es_client.py +249 -37
- tccli/services/es/v20180416/api.json +550 -0
- tccli/services/es/v20180416/examples.json +33 -1
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +192 -38
- tccli/services/ess/v20201111/examples.json +35 -9
- tccli/services/essbasic/essbasic_client.py +106 -0
- tccli/services/essbasic/v20210526/api.json +287 -60
- tccli/services/essbasic/v20210526/examples.json +58 -18
- tccli/services/facefusion/v20181201/api.json +47 -45
- tccli/services/facefusion/v20181201/examples.json +2 -2
- tccli/services/facefusion/v20220927/api.json +54 -48
- tccli/services/facefusion/v20220927/examples.json +5 -5
- tccli/services/faceid/v20180301/api.json +497 -496
- tccli/services/faceid/v20180301/examples.json +219 -101
- tccli/services/fmu/v20191213/api.json +59 -67
- tccli/services/fmu/v20191213/examples.json +22 -22
- tccli/services/ft/v20200304/api.json +53 -57
- tccli/services/ft/v20200304/examples.json +14 -14
- tccli/services/gaap/v20180529/api.json +44 -26
- tccli/services/gaap/v20180529/examples.json +24 -30
- tccli/services/gme/v20180711/api.json +21 -11
- tccli/services/gme/v20180711/examples.json +1 -1
- tccli/services/hai/v20230812/api.json +116 -9
- tccli/services/hai/v20230812/examples.json +4 -4
- tccli/services/hunyuan/hunyuan_client.py +436 -12
- tccli/services/hunyuan/v20230901/api.json +1482 -118
- tccli/services/hunyuan/v20230901/examples.json +82 -18
- tccli/services/iai/v20180301/api.json +23 -19
- tccli/services/iai/v20180301/examples.json +2 -2
- tccli/services/iai/v20200303/api.json +530 -511
- tccli/services/iai/v20200303/examples.json +116 -86
- tccli/services/ig/__init__.py +4 -0
- tccli/services/ig/ig_client.py +195 -0
- tccli/services/ig/v20210518/api.json +83 -0
- tccli/services/ig/v20210518/examples.json +13 -0
- tccli/services/ioa/ioa_client.py +53 -0
- tccli/services/ioa/v20220601/api.json +662 -413
- tccli/services/ioa/v20220601/examples.json +24 -10
- tccli/services/iotexplorer/v20190423/api.json +73 -13
- tccli/services/iotexplorer/v20190423/examples.json +3 -3
- tccli/services/iotvideo/iotvideo_client.py +106 -0
- tccli/services/iotvideo/v20191126/api.json +256 -24
- tccli/services/iotvideo/v20191126/examples.json +19 -3
- tccli/services/iotvideo/v20201215/api.json +1 -1
- tccli/services/iotvideo/v20201215/examples.json +1 -1
- tccli/services/iotvideo/v20211125/api.json +1 -1
- tccli/services/iotvideo/v20211125/examples.json +2 -2
- tccli/services/iss/iss_client.py +69 -122
- tccli/services/iss/v20230517/api.json +10 -54
- tccli/services/iss/v20230517/examples.json +0 -14
- tccli/services/kms/v20190118/api.json +301 -268
- tccli/services/kms/v20190118/examples.json +45 -51
- tccli/services/lcic/lcic_client.py +159 -0
- tccli/services/lcic/v20220817/api.json +273 -1
- tccli/services/lcic/v20220817/examples.json +24 -0
- tccli/services/lighthouse/v20200324/api.json +56 -0
- tccli/services/live/live_client.py +159 -0
- tccli/services/live/v20180801/api.json +279 -9
- tccli/services/live/v20180801/examples.json +24 -0
- tccli/services/lke/v20231130/api.json +17 -17
- tccli/services/lke/v20231130/examples.json +19 -25
- tccli/services/mariadb/v20170312/api.json +7 -7
- tccli/services/market/v20191010/api.json +3 -3
- tccli/services/market/v20191010/examples.json +2 -2
- tccli/services/mmps/v20200710/api.json +47 -47
- tccli/services/mmps/v20200710/examples.json +3 -3
- tccli/services/mongodb/v20190725/api.json +10 -12
- tccli/services/monitor/v20180724/api.json +46 -19
- tccli/services/mps/v20190612/api.json +282 -5
- tccli/services/mps/v20190612/examples.json +25 -1
- tccli/services/mqtt/v20240516/api.json +2 -2
- tccli/services/mrs/v20200910/api.json +72 -34
- tccli/services/mrs/v20200910/examples.json +2 -2
- tccli/services/ms/v20180408/api.json +535 -506
- tccli/services/ms/v20180408/examples.json +25 -25
- tccli/services/oceanus/v20190422/api.json +130 -0
- tccli/services/ocr/ocr_client.py +232 -20
- tccli/services/ocr/v20181119/api.json +2263 -758
- tccli/services/ocr/v20181119/examples.json +200 -180
- tccli/services/omics/v20221128/api.json +614 -553
- tccli/services/omics/v20221128/examples.json +9 -9
- tccli/services/organization/organization_client.py +352 -34
- tccli/services/organization/v20210331/api.json +464 -4
- tccli/services/organization/v20210331/examples.json +49 -1
- tccli/services/partners/v20180321/api.json +244 -234
- tccli/services/partners/v20180321/examples.json +19 -19
- tccli/services/privatedns/privatedns_client.py +428 -4
- tccli/services/privatedns/v20201028/api.json +815 -11
- tccli/services/privatedns/v20201028/examples.json +64 -0
- tccli/services/pts/v20210728/api.json +18 -0
- tccli/services/pts/v20210728/examples.json +1 -1
- tccli/services/rce/rce_client.py +53 -0
- tccli/services/rce/v20201103/api.json +146 -0
- tccli/services/rce/v20201103/examples.json +8 -0
- tccli/services/redis/v20180412/api.json +42 -42
- tccli/services/redis/v20180412/examples.json +19 -19
- tccli/services/region/v20220627/api.json +1 -1
- tccli/services/rum/v20210622/api.json +9 -0
- tccli/services/scf/scf_client.py +269 -4
- tccli/services/scf/v20180416/api.json +569 -15
- tccli/services/scf/v20180416/examples.json +47 -1
- tccli/services/smop/v20201203/api.json +46 -42
- tccli/services/smop/v20201203/examples.json +2 -2
- tccli/services/soe/v20180724/api.json +10 -10
- tccli/services/sqlserver/v20180328/api.json +21 -8
- tccli/services/sqlserver/v20180328/examples.json +5 -5
- tccli/services/ssl/v20191205/api.json +98 -5
- tccli/services/ssm/v20190923/api.json +292 -231
- tccli/services/ssm/v20190923/examples.json +42 -42
- tccli/services/tat/v20201028/api.json +124 -122
- tccli/services/tat/v20201028/examples.json +24 -30
- tccli/services/tchd/v20230306/api.json +5 -5
- tccli/services/tchd/v20230306/examples.json +3 -3
- tccli/services/tcr/v20190924/api.json +1 -1
- tccli/services/tcr/v20190924/examples.json +1 -1
- tccli/services/tcss/v20201101/api.json +1984 -1437
- tccli/services/tcss/v20201101/examples.json +350 -368
- tccli/services/tdmq/v20200217/api.json +603 -464
- tccli/services/tdmq/v20200217/examples.json +105 -105
- tccli/services/tds/v20220801/api.json +4 -4
- tccli/services/tem/v20210701/api.json +429 -372
- tccli/services/tem/v20210701/examples.json +85 -85
- tccli/services/teo/teo_client.py +277 -12
- tccli/services/teo/v20220901/api.json +1029 -124
- tccli/services/teo/v20220901/examples.json +84 -8
- tccli/services/thpc/v20230321/api.json +5 -5
- tccli/services/tke/tke_client.py +270 -58
- tccli/services/tke/v20180525/api.json +79 -27
- tccli/services/tke/v20180525/examples.json +9 -1
- tccli/services/tke/v20220501/api.json +176 -0
- tccli/services/tke/v20220501/examples.json +24 -0
- tccli/services/tms/tms_client.py +4 -57
- tccli/services/tms/v20201229/api.json +0 -354
- tccli/services/tms/v20201229/examples.json +0 -8
- tccli/services/tmt/v20180321/api.json +38 -8
- tccli/services/trp/v20210515/api.json +86 -74
- tccli/services/trp/v20210515/examples.json +65 -65
- tccli/services/trro/v20220325/api.json +72 -71
- tccli/services/trro/v20220325/examples.json +8 -8
- tccli/services/trtc/trtc_client.py +8 -61
- tccli/services/trtc/v20190722/api.json +293 -52
- tccli/services/trtc/v20190722/examples.json +3 -11
- tccli/services/tse/tse_client.py +110 -4
- tccli/services/tse/v20201207/api.json +122 -7
- tccli/services/tse/v20201207/examples.json +25 -9
- tccli/services/vclm/v20240523/api.json +225 -82
- tccli/services/vclm/v20240523/examples.json +13 -19
- tccli/services/vod/v20180717/api.json +431 -4
- tccli/services/vod/v20180717/examples.json +25 -5
- tccli/services/vod/v20240718/api.json +11 -11
- tccli/services/vod/v20240718/examples.json +4 -4
- tccli/services/vod/vod_client.py +53 -0
- tccli/services/vpc/v20170312/api.json +1195 -892
- tccli/services/vpc/v20170312/examples.json +84 -68
- tccli/services/vpc/vpc_client.py +168 -62
- tccli/services/waf/v20180125/api.json +2611 -2187
- tccli/services/waf/v20180125/examples.json +224 -284
- tccli/services/waf/waf_client.py +225 -119
- tccli/services/wav/v20210129/api.json +48 -48
- tccli/services/wav/v20210129/examples.json +4 -4
- tccli/services/wedata/v20210820/api.json +1595 -25
- tccli/services/wedata/v20210820/examples.json +44 -4
- tccli/services/wedata/wedata_client.py +265 -0
- tccli/services/weilingwith/v20230427/api.json +6 -6
- tccli/services/weilingwith/v20230427/examples.json +3 -3
- tccli/sso.py +229 -0
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/METADATA +6 -2
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/RECORD +278 -265
- tccli/services/cr/__init__.py +0 -4
- tccli/services/cr/cr_client.py +0 -1626
- tccli/services/cr/v20180321/api.json +0 -2829
- tccli/services/cr/v20180321/examples.json +0 -235
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/license_files/LICENSE +0 -0
@@ -2,129 +2,129 @@
|
|
2
2
|
"actions": {
|
3
3
|
"CreateApiImportUserJob": [
|
4
4
|
{
|
5
|
-
"document": "",
|
6
|
-
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateApiImportUserJob\n<公共请求参数>\n\n{\n \"UserStoreId\": \"
|
7
|
-
"output": "{\n \"Response\": {\n \"Job\": {\n \"
|
5
|
+
"document": "批量导入用户时使用",
|
6
|
+
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateApiImportUserJob\n<公共请求参数>\n\n{\n \"UserStoreId\": \"abc\",\n \"DataFlowUserCreateList\": [\n {\n \"UserName\": \"zhangsan\",\n \"PhoneNumber\": \"132****0000\",\n \"Email\": \"132****@qq.com\",\n \"ResidentIdentityCard\": \"123456789012345678\",\n \"Nickname\": \"昵称1\",\n \"Address\": \"北京市海淀区\",\n \"UserGroup\": [\n \"6cd22e51****************f6f7cb81\"\n ],\n \"QqOpenId\": \"qqopenid\",\n \"QqUnionId\": \"qqunionid\",\n \"WechatOpenId\": \"wechatopenid\",\n \"WechatUnionId\": \"wechatunionid\",\n \"AlipayUserId\": \"alipayuserid\",\n \"WeComUserId\": \"wecomuserid\",\n \"Description\": \"用户1\",\n \"Birthdate\": \"2022-10-20\",\n \"Name\": \"姓名\",\n \"Locale\": \"地理位置\",\n \"Gender\": \"男\",\n \"IdentityVerificationMethod\": \"无\",\n \"IdentityVerified\": true,\n \"Job\": \"员工\",\n \"Nationality\": \"汉族\",\n \"Zone\": \"时区\",\n \"Password\": \"password\",\n \"CustomizationAttributes\": [\n {\n \"Name\": \"nickname\",\n \"Value\": \"昵称\",\n \"Type\": \"STRING\"\n }\n ],\n \"Salt\": {\n \"SaltValue\": \"salt***\",\n \"SaltLocation\": {\n \"SaltLocationTypeEnum\": \"HEAD\",\n \"SaltLocationRule\": {\n \"Regex\": \"passwordabc123\"\n }\n }\n },\n \"PasswordEncryptTypeEnum\": \"SHA1\",\n \"IndexedAttribute1\": \"value1\",\n \"IndexedAttribute2\": \"value2\",\n \"IndexedAttribute3\": \"value3\",\n \"IndexedAttribute4\": \"value4\",\n \"IndexedAttribute5\": \"value5\"\n }\n ]\n}",
|
7
|
+
"output": "{\n \"Response\": {\n \"Job\": {\n \"Id\": \"c29f2c0f****************405ec698\",\n \"Status\": \"PENDING\",\n \"Type\": \"IMPORT_USER\",\n \"CreatedDate\": 1715156770024,\n \"Format\": \"NDJSON\",\n \"Location\": \"http://aa.com/bb.csv\",\n \"ErrorDetails\": [\n {\n \"UserId\": \"53e25c3****************e4eb5bd1\",\n \"Error\": \"error message\"\n }\n ],\n \"FailedUsers\": [\n {\n \"FailedUserIdentification\": \"53e25c3****************e4eb5bd1\",\n \"FailedReason\": \"error reason\"\n }\n ]\n },\n \"RequestId\": \"e2e9e8aa********************9ab34c6e\"\n }\n}",
|
8
8
|
"title": "新建接口导入用户任务"
|
9
9
|
}
|
10
10
|
],
|
11
11
|
"CreateFileExportUserJob": [
|
12
12
|
{
|
13
13
|
"document": "",
|
14
|
-
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFileExportUserJob\n<公共请求参数>\n\n{\n \"UserStoreId\": \"
|
15
|
-
"output": "{\n \"Response\": {\n \"Job\": {\n \"
|
14
|
+
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFileExportUserJob\n<公共请求参数>\n\n{\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"Format\": \"NDJSON\",\n \"Filters\": [\n {\n \"Key\": \"local\",\n \"Values\": [\n \"beijing\"\n ],\n \"Logic\": true\n }\n ],\n \"ExportPropertyMaps\": [\n {\n \"UserPropertyCode\": \"nickname\",\n \"ColumnName\": \"昵称\"\n }\n ]\n}",
|
15
|
+
"output": "{\n \"Response\": {\n \"Job\": {\n \"Id\": \"c29f2c0f****************405ec698\",\n \"Status\": \"PENDING\",\n \"Type\": \"IMPORT_USER\",\n \"CreatedDate\": 1715156770024,\n \"Format\": \"NDJSON\",\n \"Location\": \"http://aa.com/bb.csv\",\n \"ErrorDetails\": [\n {\n \"UserId\": \"53e25c3****************e4eb5bd1\",\n \"Error\": \"error message\"\n }\n ],\n \"FailedUsers\": [\n {\n \"FailedUserIdentification\": \"53e25c3****************e4eb5bd1\",\n \"FailedReason\": \"error reason\"\n }\n ]\n },\n \"RequestId\": \"e2e9e8aa********************9ab34c6e\"\n }\n}",
|
16
16
|
"title": "新建文件导出用户任务"
|
17
17
|
}
|
18
18
|
],
|
19
19
|
"CreateUser": [
|
20
20
|
{
|
21
|
-
"document": "",
|
22
|
-
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateUser\n<公共请求参数>\n\n{\n \"
|
23
|
-
"output": "{\n \"Response\": {\n \"
|
21
|
+
"document": "创建用户时使用",
|
22
|
+
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateUser\n<公共请求参数>\n\n{\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"PhoneNumber\": \"132****0000\",\n \"Email\": \"132****@qq.com\",\n \"Password\": \"password\",\n \"Nickname\": \"昵称1\",\n \"Address\": \"北京市海淀区\",\n \"UserGroup\": [\n \"6cd22e51****************f6f7cb81\"\n ],\n \"Birthdate\": 1706682491339,\n \"CustomizationAttributes\": [\n {\n \"Name\": \"k\",\n \"Value\": \"v\",\n \"Type\": \"STRING\"\n }\n ],\n \"UserName\": \"zhangsan\",\n \"IndexedAttribute1\": \"value1\",\n \"IndexedAttribute2\": \"value2\",\n \"IndexedAttribute3\": \"value3\",\n \"IndexedAttribute4\": \"value4\",\n \"IndexedAttribute5\": \"value5\"\n}",
|
23
|
+
"output": "{\n \"Response\": {\n \"User\": {\n \"UserId\": \"53e25c3****************e4eb5bd1\",\n \"UserName\": \"zhangsan\",\n \"PhoneNumber\": \"132****0000\",\n \"Email\": \"132****@qq.com\",\n \"LastSignOn\": 1711002933442,\n \"CreatedDate\": 1718332940956,\n \"Status\": \"NORMAL\",\n \"UserDataSourceEnum\": \"管理员添加\",\n \"Nickname\": \"昵称1\",\n \"Address\": \"北京市海淀区\",\n \"Birthdate\": 1706682491339,\n \"UserGroups\": [\n \"6cd22e51****************f6f7cb81\"\n ],\n \"LastModifiedDate\": 1722420973329,\n \"CustomAttributes\": [\n {\n \"Name\": \"k\",\n \"Value\": \"v\",\n \"Type\": \"STRING\"\n }\n ],\n \"ResidentIdentityCard\": \"123456789012345678\",\n \"QqOpenId\": \"qqopenid\",\n \"QqUnionId\": \"qqunionid\",\n \"WechatOpenId\": \"wechatopenid\",\n \"WechatUnionId\": \"wechatunionid\",\n \"AlipayUserId\": \"alipayuserid\",\n \"WeComUserId\": \"wecomuserid\",\n \"Description\": \"用户1\",\n \"Name\": \"姓名\",\n \"Locale\": \"地理位置\",\n \"Gender\": \"男\",\n \"IdentityVerificationMethod\": \"-\",\n \"IdentityVerified\": true,\n \"Job\": \"员工\",\n \"Nationality\": \"汉族\",\n \"Primary\": true,\n \"Zone\": \"时区\",\n \"AlreadyFirstLogin\": true,\n \"TenantId\": \"tenantId\",\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"Version\": 0,\n \"LockType\": \"-\",\n \"LockTime\": 0,\n \"IndexedAttribute1\": \"value1\",\n \"IndexedAttribute2\": \"value2\",\n \"IndexedAttribute3\": \"value3\",\n \"IndexedAttribute4\": \"value4\",\n \"IndexedAttribute5\": \"value5\"\n },\n \"RequestId\": \"e2e9e8aa********************9ab34c6e\"\n }\n}",
|
24
24
|
"title": "创建用户"
|
25
25
|
}
|
26
26
|
],
|
27
27
|
"CreateUserGroup": [
|
28
28
|
{
|
29
29
|
"document": "创建用户组",
|
30
|
-
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateUserGroup\n<公共请求参数>\n\n{\n \"
|
31
|
-
"output": "{\n \"Response\": {\n \"
|
30
|
+
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateUserGroup\n<公共请求参数>\n\n{\n \"DisplayName\": \"用户组1\",\n \"Description\": \"包含了一组用户\",\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\"\n}",
|
31
|
+
"output": "{\n \"Response\": {\n \"UserGroupId\": \"6cd22e51****************f6f7cb81\",\n \"RequestId\": \"e2e9e8aa********************9ab34c6e\"\n }\n}",
|
32
32
|
"title": "创建用户组"
|
33
33
|
}
|
34
34
|
],
|
35
35
|
"CreateUserStore": [
|
36
36
|
{
|
37
37
|
"document": "创建用户目录",
|
38
|
-
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateUserStore\n<公共请求参数>\n\n{\n \"UserPoolName\": \"
|
39
|
-
"output": "{\n \"Response\": {\n \"
|
38
|
+
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateUserStore\n<公共请求参数>\n\n{\n \"UserPoolName\": \"目录1\",\n \"UserPoolDesc\": \"管理应用和用户\",\n \"UserPoolLogo\": \"https://aa.com/bb.png\"\n}",
|
39
|
+
"output": "{\n \"Response\": {\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"RequestId\": \"e2e9e8aa********************9ab34c6e\"\n }\n}",
|
40
40
|
"title": "创建用户目录"
|
41
41
|
}
|
42
42
|
],
|
43
43
|
"DeleteUserGroups": [
|
44
44
|
{
|
45
45
|
"document": "",
|
46
|
-
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteUserGroups\n<公共请求参数>\n\n{\n \"UserGroupIds\": [\n \"
|
47
|
-
"output": "{\n \"Response\": {\n \"UserGroupDeletedInfo\": {\n \"AppAssociatedUserGroupIds\": [\n {\n \"
|
46
|
+
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteUserGroups\n<公共请求参数>\n\n{\n \"UserGroupIds\": [\n \"6cd22e51****************f6f7cb81\"\n ],\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\"\n}",
|
47
|
+
"output": "{\n \"Response\": {\n \"UserGroupDeletedInfo\": {\n \"ErrorMessage\": \"error message\",\n \"AppAssociatedUserGroupIds\": [\n {\n \"UserGroupId\": \"6cd22e51****************f6f7cb81\",\n \"ApplicationId\": \"17c29b8c****************c0228c48\",\n \"ApplicationName\": \"应用1\"\n }\n ]\n },\n \"RequestId\": \"e2e9e8aa********************9ab34c6e\"\n }\n}",
|
48
48
|
"title": "批量删除用户组"
|
49
49
|
}
|
50
50
|
],
|
51
51
|
"DeleteUserStore": [
|
52
52
|
{
|
53
53
|
"document": "",
|
54
|
-
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteUserStore\n<公共请求参数>\n\n{\n \"UserPoolId\": \"
|
55
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
54
|
+
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteUserStore\n<公共请求参数>\n\n{\n \"UserPoolId\": \"2c3aca3b****************a7efe88e\"\n}",
|
55
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"e2e9e8aa********************9ab34c6e\"\n }\n}",
|
56
56
|
"title": "删除用户目录"
|
57
57
|
}
|
58
58
|
],
|
59
59
|
"DeleteUsers": [
|
60
60
|
{
|
61
61
|
"document": "",
|
62
|
-
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteUsers\n<公共请求参数>\n\n{\n \"
|
63
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
62
|
+
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteUsers\n<公共请求参数>\n\n{\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"UserIds\": [\n \"53e25c3****************e4eb5bd1\"\n ]\n}",
|
63
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"e2e9e8aa********************9ab34c6e\"\n }\n}",
|
64
64
|
"title": "批量删除用户"
|
65
65
|
}
|
66
66
|
],
|
67
67
|
"DescribeUser": [
|
68
68
|
{
|
69
69
|
"document": "",
|
70
|
-
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUser\n<公共请求参数>\n\n{\n \"UserStoreId\": \"
|
71
|
-
"output": "{\n \"Response\": {\n \"Content\": [\n {\n \"
|
70
|
+
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUser\n<公共请求参数>\n\n{\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"Pageable\": {\n \"PageSize\": 10,\n \"PageNumber\": 5\n },\n \"Filters\": [\n {\n \"PropertyKey\": \"nickname\",\n \"PropertyValue\": \"昵称1\",\n \"Logic\": true,\n \"OperateLogic\": \"abc\"\n }\n ],\n \"Original\": true,\n \"Sort\": {\n \"PropertyKey\": \"nickname\",\n \"Order\": \"decs\"\n }\n}",
|
71
|
+
"output": "{\n \"Response\": {\n \"Total\": 100,\n \"Pageable\": {\n \"PageSize\": 10,\n \"PageNumber\": 5\n },\n \"Content\": [\n {\n \"UserId\": \"53e25c3****************e4eb5bd1\",\n \"UserName\": \"zhangsan\",\n \"PhoneNumber\": \"132****0000\",\n \"Email\": \"132****@qq.com\",\n \"LastSignOn\": 1711002933442,\n \"CreatedDate\": 1718332940956,\n \"Status\": \"NORMAL\",\n \"UserDataSourceEnum\": \"管理员添加\",\n \"Nickname\": \"昵称1\",\n \"Address\": \"北京市海淀区\",\n \"Birthdate\": 1706682491339,\n \"UserGroups\": [\n \"6cd22e51****************f6f7cb81\"\n ],\n \"LastModifiedDate\": 1722420973329,\n \"CustomAttributes\": [\n {\n \"Name\": \"k\",\n \"Value\": \"v\",\n \"Type\": \"STRING\"\n }\n ],\n \"ResidentIdentityCard\": \"123456789012345678\",\n \"QqOpenId\": \"qqopenid\",\n \"QqUnionId\": \"qqunionid\",\n \"WechatOpenId\": \"wechatopenid\",\n \"WechatUnionId\": \"wechatunionid\",\n \"AlipayUserId\": \"alipayuserid\",\n \"WeComUserId\": \"wecomuserid\",\n \"Description\": \"用户1\",\n \"Name\": \"姓名\",\n \"Locale\": \"地理位置\",\n \"Gender\": \"男\",\n \"IdentityVerificationMethod\": \"-\",\n \"IdentityVerified\": true,\n \"Job\": \"员工\",\n \"Nationality\": \"汉族\",\n \"Primary\": true,\n \"Zone\": \"时区\",\n \"AlreadyFirstLogin\": true,\n \"TenantId\": \"tenantId\",\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"Version\": 0,\n \"LockType\": \"-\",\n \"LockTime\": 0,\n \"IndexedAttribute1\": \"value1\",\n \"IndexedAttribute2\": \"value2\",\n \"IndexedAttribute3\": \"value3\",\n \"IndexedAttribute4\": \"value4\",\n \"IndexedAttribute5\": \"value5\"\n }\n ],\n \"RequestId\": \"e2e9e8aa********************9ab34c6e\"\n }\n}",
|
72
72
|
"title": "查询用户信息"
|
73
73
|
}
|
74
74
|
],
|
75
75
|
"DescribeUserById": [
|
76
76
|
{
|
77
|
-
"document": "",
|
78
|
-
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUserById\n<公共请求参数>\n\n{\n \"UserStoreId\": \"
|
79
|
-
"output": "{\n \"Response\": {\n \"User\": {\n \"
|
77
|
+
"document": "根据用户ID查询用户信息时使用",
|
78
|
+
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUserById\n<公共请求参数>\n\n{\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"UserId\": \"53e25c3****************e4eb5bd1\",\n \"Original\": true\n}",
|
79
|
+
"output": "{\n \"Response\": {\n \"User\": {\n \"UserId\": \"53e25c3****************e4eb5bd1\",\n \"UserName\": \"zhangsan\",\n \"PhoneNumber\": \"132****0000\",\n \"Email\": \"132****@qq.com\",\n \"LastSignOn\": 1711002933442,\n \"CreatedDate\": 1718332940956,\n \"Status\": \"NORMAL\",\n \"UserDataSourceEnum\": \"管理员添加\",\n \"Nickname\": \"昵称1\",\n \"Address\": \"北京市海淀区\",\n \"Birthdate\": 1706682491339,\n \"UserGroups\": [\n \"6cd22e51****************f6f7cb81\"\n ],\n \"LastModifiedDate\": 1722420973329,\n \"CustomAttributes\": [\n {\n \"Name\": \"k\",\n \"Value\": \"v\",\n \"Type\": \"STRING\"\n }\n ],\n \"ResidentIdentityCard\": \"123456789012345678\",\n \"QqOpenId\": \"qqopenid\",\n \"QqUnionId\": \"qqunionid\",\n \"WechatOpenId\": \"wechatopenid\",\n \"WechatUnionId\": \"wechatunionid\",\n \"AlipayUserId\": \"alipayuserid\",\n \"WeComUserId\": \"wecomuserid\",\n \"Description\": \"用户1\",\n \"Name\": \"姓名\",\n \"Locale\": \"地理位置\",\n \"Gender\": \"男\",\n \"IdentityVerificationMethod\": \"-\",\n \"IdentityVerified\": true,\n \"Job\": \"员工\",\n \"Nationality\": \"汉族\",\n \"Primary\": true,\n \"Zone\": \"时区\",\n \"AlreadyFirstLogin\": true,\n \"TenantId\": \"tenantId\",\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"Version\": 0,\n \"LockType\": \"-\",\n \"LockTime\": 0,\n \"IndexedAttribute1\": \"value1\",\n \"IndexedAttribute2\": \"value2\",\n \"IndexedAttribute3\": \"value3\",\n \"IndexedAttribute4\": \"value4\",\n \"IndexedAttribute5\": \"value5\"\n },\n \"RequestId\": \"e2e9e8aa********************9ab34c6e\"\n }\n}",
|
80
80
|
"title": "根据ID查询用户信息"
|
81
81
|
}
|
82
82
|
],
|
83
83
|
"LinkAccount": [
|
84
84
|
{
|
85
85
|
"document": "",
|
86
|
-
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: LinkAccount\n<公共请求参数>\n\n{\n \"UserStoreId\": \"
|
87
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
86
|
+
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: LinkAccount\n<公共请求参数>\n\n{\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"PrimaryUserId\": \"53e25c3****************e4eb5bd1\",\n \"SecondaryUserId\": \"081820ad****************5c58d1ad\",\n \"UserLinkedOnAttribute\": \"PHONENUMBER\"\n}",
|
87
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"e2e9e8aa********************9ab34c6e\"\n }\n}",
|
88
88
|
"title": "账号融合"
|
89
89
|
}
|
90
90
|
],
|
91
91
|
"ListJobs": [
|
92
92
|
{
|
93
93
|
"document": "",
|
94
|
-
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListJobs\n<公共请求参数>\n\n{\n \"UserStoreId\": \"
|
95
|
-
"output": "{\n \"Response\": {\n \"JobSet\": [\n {\n \"Status\": \"
|
94
|
+
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListJobs\n<公共请求参数>\n\n{\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"JobIds\": [\n \"c29f2c0f****************405ec698\"\n ]\n}",
|
95
|
+
"output": "{\n \"Response\": {\n \"JobSet\": [\n {\n \"Id\": \"c29f2c0f****************405ec698\",\n \"Status\": \"PENDING\",\n \"Type\": \"IMPORT_USER\",\n \"CreatedDate\": 1715156770024,\n \"Format\": \"NDJSON\",\n \"Location\": \"http://aa.com/bb.csv\",\n \"ErrorDetails\": [\n {\n \"UserId\": \"53e25c3****************e4eb5bd1\",\n \"Error\": \"error message\"\n }\n ],\n \"FailedUsers\": [\n {\n \"FailedUserIdentification\": \"53e25c3****************e4eb5bd1\",\n \"FailedReason\": \"error reason\"\n }\n ]\n }\n ],\n \"RequestId\": \"e2e9e8aa********************9ab34c6e\"\n }\n}",
|
96
96
|
"title": "查询任务详情"
|
97
97
|
}
|
98
98
|
],
|
99
99
|
"ListLogMessageByCondition": [
|
100
100
|
{
|
101
101
|
"document": "",
|
102
|
-
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListLogMessageByCondition\n<公共请求参数>\n\n{\n \"UserStoreId\": \"
|
103
|
-
"output": "{\n \"Response\": {\n \"
|
102
|
+
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListLogMessageByCondition\n<公共请求参数>\n\n{\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"Pageable\": {\n \"PageSize\": 10,\n \"PageNumber\": 5\n },\n \"Filters\": [\n {\n \"Key\": \"nickname\",\n \"Values\": [\n \"昵称1\"\n ],\n \"Logic\": true\n }\n ],\n \"StartTime\": 1703385600000\n}",
|
103
|
+
"output": "{\n \"Response\": {\n \"Total\": 100,\n \"Pageable\": {\n \"PageSize\": 10,\n \"PageNumber\": 5\n },\n \"Content\": [\n {\n \"LogId\": \"a23039fd****************44a78adc\",\n \"TenantId\": \"tenantId\",\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"EventCode\": \"FORGET_USERNAME\",\n \"EventDate\": 1703385600000,\n \"Description\": \"忘记用户名日志\",\n \"Participant\": \"TENANT\",\n \"ApplicationClientId\": \"YmFiZTk5********3ZGZiZmY\",\n \"ApplicationName\": \"应用1\",\n \"AuthSourceId\": \"5c7df28a********2a3dbbae\",\n \"AuthSourceName\": \"账号密码认证源1\",\n \"AuthSourceType\": \"USERNAME_PASSWORD\",\n \"AuthSourceCategory\": \"UNIVERSAL\",\n \"Ip\": \"127.*.*.1\",\n \"UserAgent\": \"agent1\",\n \"UserId\": \"53e25c3****************e4eb5bd1\",\n \"Detail\": \"error detail\",\n \"ActionResult\": \"FAIL\"\n }\n ],\n \"RequestId\": \"e2e9e8aa********************9ab34c6e\"\n }\n}",
|
104
104
|
"title": "查询日志信息"
|
105
105
|
}
|
106
106
|
],
|
107
107
|
"ListUser": [
|
108
108
|
{
|
109
109
|
"document": "",
|
110
|
-
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListUser\n<公共请求参数>\n\n{\n \"UserStoreId\": \"
|
111
|
-
"output": "{\n \"Response\": {\n \"Content\": [\n {\n \"
|
110
|
+
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListUser\n<公共请求参数>\n\n{\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"Pageable\": {\n \"PageSize\": 10,\n \"PageNumber\": 5\n },\n \"Filters\": [\n {\n \"Key\": \"nickname\",\n \"Values\": [\n \"昵称1\"\n ],\n \"Logic\": true\n }\n ],\n \"Original\": true\n}",
|
111
|
+
"output": "{\n \"Response\": {\n \"Total\": 100,\n \"Pageable\": {\n \"PageSize\": 10,\n \"PageNumber\": 5\n },\n \"Content\": [\n {\n \"UserId\": \"53e25c3****************e4eb5bd1\",\n \"UserName\": \"zhangsan\",\n \"PhoneNumber\": \"132****0000\",\n \"Email\": \"132****@qq.com\",\n \"LastSignOn\": 1711002933442,\n \"CreatedDate\": 1718332940956,\n \"Status\": \"NORMAL\",\n \"UserDataSourceEnum\": \"管理员添加\",\n \"Nickname\": \"昵称1\",\n \"Address\": \"北京市海淀区\",\n \"Birthdate\": 1706682491339,\n \"UserGroups\": [\n \"6cd22e51****************f6f7cb81\"\n ],\n \"LastModifiedDate\": 1722420973329,\n \"CustomAttributes\": [\n {\n \"Name\": \"k\",\n \"Value\": \"v\",\n \"Type\": \"STRING\"\n }\n ],\n \"ResidentIdentityCard\": \"123456789012345678\",\n \"QqOpenId\": \"qqopenid\",\n \"QqUnionId\": \"qqunionid\",\n \"WechatOpenId\": \"wechatopenid\",\n \"WechatUnionId\": \"wechatunionid\",\n \"AlipayUserId\": \"alipayuserid\",\n \"WeComUserId\": \"wecomuserid\",\n \"Description\": \"用户1\",\n \"Name\": \"姓名\",\n \"Locale\": \"地理位置\",\n \"Gender\": \"男\",\n \"IdentityVerificationMethod\": \"-\",\n \"IdentityVerified\": true,\n \"Job\": \"员工\",\n \"Nationality\": \"汉族\",\n \"Primary\": true,\n \"Zone\": \"时区\",\n \"AlreadyFirstLogin\": true,\n \"TenantId\": \"tenantId\",\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"Version\": 0,\n \"LockType\": \"-\",\n \"LockTime\": 0,\n \"IndexedAttribute1\": \"value1\",\n \"IndexedAttribute2\": \"value2\",\n \"IndexedAttribute3\": \"value3\",\n \"IndexedAttribute4\": \"value4\",\n \"IndexedAttribute5\": \"value5\"\n }\n ],\n \"RequestId\": \"e2e9e8aa********************9ab34c6e\"\n }\n}",
|
112
112
|
"title": "查询用户列表"
|
113
113
|
}
|
114
114
|
],
|
115
115
|
"ListUserByProperty": [
|
116
116
|
{
|
117
117
|
"document": "",
|
118
|
-
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListUserByProperty\n<公共请求参数>\n\n{\n \"UserStoreId\": \"
|
119
|
-
"output": "{\n \"Response\": {\n \"Users\": [\n {\n \"
|
118
|
+
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListUserByProperty\n<公共请求参数>\n\n{\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"PropertyCode\": \"phoneNumber\",\n \"PropertyValue\": \"130****0000\",\n \"Original\": true\n}",
|
119
|
+
"output": "{\n \"Response\": {\n \"Users\": [\n {\n \"UserId\": \"53e25c3****************e4eb5bd1\",\n \"UserName\": \"zhangsan\",\n \"PhoneNumber\": \"132****0000\",\n \"Email\": \"132****@qq.com\",\n \"LastSignOn\": 1711002933442,\n \"CreatedDate\": 1718332940956,\n \"Status\": \"NORMAL\",\n \"UserDataSourceEnum\": \"管理员添加\",\n \"Nickname\": \"昵称1\",\n \"Address\": \"北京市海淀区\",\n \"Birthdate\": 1706682491339,\n \"UserGroups\": [\n \"6cd22e51****************f6f7cb81\"\n ],\n \"LastModifiedDate\": 1722420973329,\n \"CustomAttributes\": [\n {\n \"Name\": \"k\",\n \"Value\": \"v\",\n \"Type\": \"STRING\"\n }\n ],\n \"ResidentIdentityCard\": \"123456789012345678\",\n \"QqOpenId\": \"qqopenid\",\n \"QqUnionId\": \"qqunionid\",\n \"WechatOpenId\": \"wechatopenid\",\n \"WechatUnionId\": \"wechatunionid\",\n \"AlipayUserId\": \"alipayuserid\",\n \"WeComUserId\": \"wecomuserid\",\n \"Description\": \"用户1\",\n \"Name\": \"姓名\",\n \"Locale\": \"地理位置\",\n \"Gender\": \"男\",\n \"IdentityVerificationMethod\": \"-\",\n \"IdentityVerified\": true,\n \"Job\": \"员工\",\n \"Nationality\": \"汉族\",\n \"Primary\": true,\n \"Zone\": \"时区\",\n \"AlreadyFirstLogin\": true,\n \"TenantId\": \"tenantId\",\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"Version\": 0,\n \"LockType\": \"-\",\n \"LockTime\": 0,\n \"IndexedAttribute1\": \"value1\",\n \"IndexedAttribute2\": \"value2\",\n \"IndexedAttribute3\": \"value3\",\n \"IndexedAttribute4\": \"value4\",\n \"IndexedAttribute5\": \"value5\"\n }\n ],\n \"RequestId\": \"e2e9e8aa********************9ab34c6e\"\n }\n}",
|
120
120
|
"title": "查询用户列表"
|
121
121
|
}
|
122
122
|
],
|
123
123
|
"ListUserGroups": [
|
124
124
|
{
|
125
125
|
"document": "",
|
126
|
-
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListUserGroups\n<公共请求参数>\n\n{\n \"UserStoreId\": \"
|
127
|
-
"output": "{\n \"Response\": {\n \"Content\": [\n {\n \"
|
126
|
+
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListUserGroups\n<公共请求参数>\n\n{\n \"UserStoreId\": \"6cd22e51****************f6f7cb81\",\n \"Pageable\": {\n \"PageSize\": 10,\n \"PageNumber\": 5\n },\n \"Filters\": [\n {\n \"Key\": \"condition\",\n \"Values\": [\n \"1\"\n ],\n \"Logic\": true\n }\n ]\n}",
|
127
|
+
"output": "{\n \"Response\": {\n \"Content\": [\n {\n \"UserGroupId\": \"6cd22e51****************f6f7cb81\",\n \"DisplayName\": \"用户组1\",\n \"Description\": \"包含了一组用户\",\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"TenantId\": \"tenantId\",\n \"CreatedDate\": 1651073285427,\n \"LastModifyDate\": 1651073285306\n }\n ],\n \"Total\": 100,\n \"Pageable\": {\n \"PageSize\": 10,\n \"PageNumber\": 5\n },\n \"RequestId\": \"e2e9e8aa********************9ab34c6e\"\n }\n}",
|
128
128
|
"title": "查询用户组列表"
|
129
129
|
}
|
130
130
|
],
|
@@ -132,55 +132,55 @@
|
|
132
132
|
{
|
133
133
|
"document": "",
|
134
134
|
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListUserStore\n<公共请求参数>\n\n{}",
|
135
|
-
"output": "{\n \"Response\": {\n \"UserStoreSet\": [\n {\n \"
|
135
|
+
"output": "{\n \"Response\": {\n \"UserStoreSet\": [\n {\n \"TenantId\": \"tenantId\",\n \"UserStoreLogo\": \"https://aa.com/bb.png\",\n \"UserStoreDesc\": \"管理应用和用户\",\n \"UserStoreName\": \"目录1\",\n \"UserNum\": 10,\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"AppNum\": 0,\n \"LastStatus\": true,\n \"DefaultStatus\": true,\n \"CreateDate\": 1706682491339,\n \"LastStatusTime\": 1713168583556,\n \"UserStoreProtocolHost\": \"leecpn\"\n }\n ],\n \"RequestId\": \"e2e9e8aa********************9ab34c6e\"\n }\n}",
|
136
136
|
"title": "查询用户目录列表"
|
137
137
|
}
|
138
138
|
],
|
139
139
|
"ResetPassword": [
|
140
140
|
{
|
141
141
|
"document": "",
|
142
|
-
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResetPassword\n<公共请求参数>\n\n{\n \"
|
143
|
-
"output": "{\n \"Response\": {\n \"Password\": \"
|
142
|
+
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResetPassword\n<公共请求参数>\n\n{\n \"UserId\": \"53e25c3****************e4eb5bd1\",\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\"\n}",
|
143
|
+
"output": "{\n \"Response\": {\n \"Password\": \"password\",\n \"RequestId\": \"e2e9e8aa********************9ab34c6e\"\n }\n}",
|
144
144
|
"title": "重置用户密码"
|
145
145
|
}
|
146
146
|
],
|
147
147
|
"SetPassword": [
|
148
148
|
{
|
149
149
|
"document": "",
|
150
|
-
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SetPassword\n<公共请求参数>\n\n{\n \"UserStoreId\": \"
|
151
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
150
|
+
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SetPassword\n<公共请求参数>\n\n{\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"UserId\": \"53e25c3****************e4eb5bd1\",\n \"Password\": \"password\"\n}",
|
151
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"e2e9e8aa********************9ab34c6e\"\n }\n}",
|
152
152
|
"title": "设置用户密码"
|
153
153
|
}
|
154
154
|
],
|
155
155
|
"UpdateUser": [
|
156
156
|
{
|
157
|
-
"document": "",
|
158
|
-
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateUser\n<公共请求参数>\n\n{\n \"UserName\": \"
|
159
|
-
"output": "{\n \"Response\": {\n \"
|
157
|
+
"document": "更新用户信息时使用",
|
158
|
+
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateUser\n<公共请求参数>\n\n{\n \"UserId\": \"53e25c3****************e4eb5bd1\",\n \"UserName\": \"zhangsan\",\n \"PhoneNumber\": \"132****0000\",\n \"Email\": \"132****@qq.com\",\n \"Nickname\": \"昵称1\",\n \"Address\": \"北京市海淀区\",\n \"UserGroup\": [\n \"6cd22e51****************f6f7cb81\"\n ],\n \"Birthdate\": 1706682491339,\n \"CustomizationAttributes\": [\n {\n \"Name\": \"k\",\n \"Value\": \"v\",\n \"Type\": \"STRING\"\n }\n ],\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"IndexedAttribute1\": \"value1\",\n \"IndexedAttribute2\": \"value2\",\n \"IndexedAttribute3\": \"value3\",\n \"IndexedAttribute4\": \"value4\",\n \"IndexedAttribute5\": \"value5\"\n}",
|
159
|
+
"output": "{\n \"Response\": {\n \"User\": {\n \"UserId\": \"53e25c3****************e4eb5bd1\",\n \"UserName\": \"zhangsan\",\n \"PhoneNumber\": \"132****0000\",\n \"Email\": \"132****@qq.com\",\n \"LastSignOn\": 1711002933442,\n \"CreatedDate\": 1718332940956,\n \"Status\": \"NORMAL\",\n \"UserDataSourceEnum\": \"管理员添加\",\n \"Nickname\": \"昵称1\",\n \"Address\": \"北京市海淀区\",\n \"Birthdate\": 1706682491339,\n \"UserGroups\": [\n \"6cd22e51****************f6f7cb81\"\n ],\n \"LastModifiedDate\": 1722420973329,\n \"CustomAttributes\": [\n {\n \"Name\": \"k\",\n \"Value\": \"v\",\n \"Type\": \"STRING\"\n }\n ],\n \"ResidentIdentityCard\": \"123456789012345678\",\n \"QqOpenId\": \"qqopenid\",\n \"QqUnionId\": \"qqunionid\",\n \"WechatOpenId\": \"wechatopenid\",\n \"WechatUnionId\": \"wechatunionid\",\n \"AlipayUserId\": \"alipayuserid\",\n \"WeComUserId\": \"wecomuserid\",\n \"Description\": \"用户1\",\n \"Name\": \"姓名\",\n \"Locale\": \"地理位置\",\n \"Gender\": \"男\",\n \"IdentityVerificationMethod\": \"-\",\n \"IdentityVerified\": true,\n \"Job\": \"员工\",\n \"Nationality\": \"汉族\",\n \"Primary\": true,\n \"Zone\": \"时区\",\n \"AlreadyFirstLogin\": true,\n \"TenantId\": \"tenantId\",\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"Version\": 0,\n \"LockType\": \"-\",\n \"LockTime\": 0,\n \"IndexedAttribute1\": \"value1\",\n \"IndexedAttribute2\": \"value2\",\n \"IndexedAttribute3\": \"value3\",\n \"IndexedAttribute4\": \"value4\",\n \"IndexedAttribute5\": \"value5\"\n },\n \"RequestId\": \"e2e9e8aa********************9ab34c6e\"\n }\n}",
|
160
160
|
"title": "更新用户"
|
161
161
|
}
|
162
162
|
],
|
163
163
|
"UpdateUserGroup": [
|
164
164
|
{
|
165
165
|
"document": "",
|
166
|
-
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateUserGroup\n<公共请求参数>\n\n{\n \"
|
167
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
166
|
+
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateUserGroup\n<公共请求参数>\n\n{\n \"UserGroupId\": \"6cd22e51****************f6f7cb81\",\n \"DisplayName\": \"用户组1\",\n \"Description\": \"包含了一组用户\",\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\"\n}",
|
167
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"e2e9e8aa********************9ab34c6e\"\n }\n}",
|
168
168
|
"title": "更新用户组"
|
169
169
|
}
|
170
170
|
],
|
171
171
|
"UpdateUserStatus": [
|
172
172
|
{
|
173
173
|
"document": "",
|
174
|
-
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateUserStatus\n<公共请求参数>\n\n{\n \"
|
175
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
174
|
+
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateUserStatus\n<公共请求参数>\n\n{\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"UserId\": \"53e25c3****************e4eb5bd1\",\n \"Status\": \"NORMAL\"\n}",
|
175
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"e2e9e8aa********************9ab34c6e\"\n }\n}",
|
176
176
|
"title": "更新用户状态"
|
177
177
|
}
|
178
178
|
],
|
179
179
|
"UpdateUserStore": [
|
180
180
|
{
|
181
181
|
"document": "",
|
182
|
-
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateUserStore\n<公共请求参数>\n\n{\n \"
|
183
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
182
|
+
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateUserStore\n<公共请求参数>\n\n{\n \"UserPoolId\": \"2c3aca3b****************a7efe88e\",\n \"UserPoolName\": \"目录1\",\n \"UserPoolDesc\": \"管理应用和用户\",\n \"UserPoolLogo\": \"https://**.com/***b.png\"\n}",
|
183
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"e2e9e8aa********************9ab34c6e\"\n }\n}",
|
184
184
|
"title": "更新用户目录"
|
185
185
|
}
|
186
186
|
]
|