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 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.
schema=true
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.