Users

Users

Use of

Route:/api/users
Protected:True


Roads

Get/
List all available users

Get/{id}
Collects details of a user, whose ID is {id}

Put/store
Requiredname, company_id, email
Optional
Creates a user based on the body of the query

Put/bulkUpdate
RequiredId, email
OptionalActive, name
Bulk updates users, depending on the body of the query

Post/{id}
Required
Updates a user whose ID is {id} based on the keys and values given in the query body

Delet/{id}
Optional
Removes the user whose ID is {id}