Search...
/
Fork this repo
Get a demo
Get Started
Welcome
Concepts
SDKs
API Reference
plant
store
user
POST
Create user
POST
Creates list of users with given input array
GET
Logs user into the system
GET
Logs out current logged in user session
GET
Get user by user name
PUT
Update user
DEL
Delete user
Fork this repo
Get a demo
API Reference
user
Creates list of users with given input array
POST
https://api.plantstore.dev/v3
/
user
/
createWithList
Creates list of users with given input array
Headers
api_key
string
Required
Request
This endpoint expects a list of objects.
id
long
Optional
username
string
Optional
firstName
string
Optional
lastName
string
Optional
email
string
Optional
password
string
Optional
phone
string
Optional
userStatus
integer
Optional
User Status
Response
This endpoint returns an object.
id
long
Optional
username
string
Optional
firstName
string
Optional
lastName
string
Optional
email
string
Optional
password
string
Optional
phone
string
Optional
userStatus
integer
Optional
User Status
Built with