Users

circle-info

Good to know: All the methods shown below are synced to an example Swagger file URL and are kept up to date automatically with changes to the API.

User actions

Logs user into the system

get
/user/login
查询参数
usernamestring必填

The user name for login

passwordstring必填

The password for login in clear text

响应
chevron-right
200

successful operation

响应string
get
/user/login

Logs out current logged in user session

get
/user/logout
响应
get
/user/logout
default

successful operation

无内容

Creating users

Creates list of users with given input array

post
/user/createWithList
请求体object[]
idinteger · int64可选
usernamestring可选
firstNamestring可选
lastNamestring可选
emailstring可选
passwordstring可选
phonestring可选
userStatusinteger · int32可选

User Status

响应
post
/user/createWithList
default

successful operation

无内容

Creates list of users with given input array

post
/user/createWithArray
请求体object[]
idinteger · int64可选
usernamestring可选
firstNamestring可选
lastNamestring可选
emailstring可选
passwordstring可选
phonestring可选
userStatusinteger · int32可选

User Status

响应
post
/user/createWithArray
default

successful operation

无内容

最后更新于