Endpoint
GET/user/<username>
Description
Fetch user account fields. This does not include any venue specific fields. Those are given by another call.
Output
JSON field name/value pairs of user account data.
Endpoint
POST/user/<username>
Description
Update user account fields. This does not include any venue specific fields. Those are given by another call.
Fields available for update can be inferred from a call to GET/user/<username>.
Output
On success, output is the text “OK”.
Comments