Copy of Listar

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
Parámetros de consulta
usernamestringRequerido

The user name for login

passwordstringRequerido

The password for login in clear text

Respuestas
get
/user/login

Logs out current logged in user session

get
/user/logout
Respuestas
get
/user/logout
default

successful operation

Sin contenido

Creating users

Creates list of users with given input array

post
/user/createWithList
Cuerpoobject[]
idinteger · int64Opcional
usernamestringOpcional
firstNamestringOpcional
lastNamestringOpcional
emailstringOpcional
passwordstringOpcional
phonestringOpcional
userStatusinteger · int32Opcional

User Status

Respuestas
post
/user/createWithList
default

successful operation

Sin contenido

Creates list of users with given input array

post
/user/createWithArray
Cuerpoobject[]
idinteger · int64Opcional
usernamestringOpcional
firstNamestringOpcional
lastNamestringOpcional
emailstringOpcional
passwordstringOpcional
phonestringOpcional
userStatusinteger · int32Opcional

User Status

Respuestas
post
/user/createWithArray
default

successful operation

Sin contenido

Última actualización

¿Te fue útil?