GET api/Account/AddUserIfNotExist?userid={userid}&username={username}&depid={depid}&appid={appid}&appsecrect={appsecrect}&dblinkname={dblinkname}
如果用户不存在,创建用户
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userid |
帐号 |
string |
Required |
| username |
名称 |
string |
Required |
| depid |
部门编号 |
integer |
Required |
| appid | string |
Required |
|
| appsecrect | string |
Required |
|
| dblinkname | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Dictionary of Object [key] and Object [value]Response Formats
application/json, text/json
Sample:
{
"System.Object": {}
}