Logo
1 API Documentation

user

Number of APIs: 5


1. Create user

POST {{baseUrl}}/user

This can only be done by the logged in user.



2. Creates list of users with given input array

POST {{baseUrl}}/user/createWithArray



3. Creates list of users with given input array

POST {{baseUrl}}/user/createWithList



4. Logs user into the system

GET {{baseUrl}}/user/login?username=id ea nostrud&password=id ea nostrud



5. Logs out current logged in user session

GET {{baseUrl}}/user/logout



ENDPOINTS