Skip to content
richardthombs edited this page Nov 5, 2014 · 23 revisions

The Users API provides access to the User Management functionality of TeamHaven.

Get an existing user
Create a new user
Delete an existing user
Update an existing user

Get an existing user

GET /api/users/:u[?schema=true]

Gets the specified user. If schema=true is present, then the User's Attribute Schema is included in the response.

Update an existing user

PUT /api/users/:u

Create a new user

POST /api/users

Delete an existing user

DELETE /api/users/:u

Find users closest to the specified position

GET /api/users/closest?position=:latlng&radius:r[&incumbent=:u]

Clone this wiki locally