Arguments

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 out current logged in user session

get
/user/logout
Responses
get
/user/logout
default

successful operation

No content

Creating users

Creates list of users with given input array

post
/user/createWithList
Bodyobject[]
idinteger Β· int64Optional
usernamestringOptional
firstNamestringOptional
lastNamestringOptional
emailstringOptional
passwordstringOptional
phonestringOptional
userStatusinteger Β· int32Optional

User Status

Responses
post
/user/createWithList
default

successful operation

No content

Last updated