We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 /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.
schema=true
PUT /api/users/:u
POST /api/users
DELETE /api/users/:u
GET /api/users/closest?position=:latlng&radius:r[&incumbent=:u]