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
Get user by user name
GET
https://api.plantstore.dev/v3
/
user
/
:username
Path parameters
username
string
Required
The name that needs to be fetched. Use user1 for testing.
Headers
api_key
string
Required
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