Skip to content
Richard Thombs edited this page Feb 10, 2014 · 23 revisions

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

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

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

PUT /api/users/:u

Updates the specified user

POST /api/users

Create a new user

DELETE /api/users/:u

Delete an existing user

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

Find users closest to the specified position.

Clone this wiki locally