feat(work): 新增外部用户临时 ID 转换接口

This commit is contained in:
Fu Diwei
2023-03-22 21:49:33 +08:00
parent e69b86a60e
commit 4d506dd01b
12 changed files with 148 additions and 18 deletions

View File

@@ -0,0 +1,9 @@
{
"business_type": 1,
"user_type": 1,
"tmp_external_userid_list": [
"ouXXX1",
"ouXXX2",
"ouXXX3"
]
}

View File

@@ -0,0 +1,18 @@
{
"errcode": 0,
"errmsg": "ok",
"results": [
{
"tmp_external_userid": "ouXXX1",
"external_userid": "EXTERNAL_USER_ID"
},
{
"tmp_external_userid": "ouXXX2",
"corpid": "CORPID",
"userid": "USERID"
}
],
"invalid_tmp_external_userid_list": [
"ouXXX3"
]
}