POST api/Gateway/AddUserByS_S1
添加网关用户_Step1(by 搜索,搜索用户使用User/SearchUser接口,得到结果后再执行该接口)
Request Information
URI Parameters
None.
Body Parameters
AddUserByS_S1Req| Name | Description | Type | Additional information |
|---|---|---|---|
| GatewayID |
网关ID |
string |
None. |
| UserID |
搜索到的用户ID |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"GatewayID": "sample string 1",
"UserID": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JResultOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Error | string |
None. |
|
| Result | string |
None. |
|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 1,
"Error": "sample string 2",
"Result": "sample string 3",
"Success": true
}