Summary
API Endpoint Address | https://api.trackrecordpro.co.uk/3.0/users |
---|---|
Minimum Supported API Version | 3.0 |
Supported Methods | GET |
Access Level | Everyone |
Description | Each user who can log into the system has an entry in the users table accessible via the users endpoint. When a user is added or modified you cannot modify the password for the user via this endpoint. Instead or alongside this, you must use the password endpoint to set the password. |
GET users
GET /3.0/users HTTP/1.1
POST users
POST /3.0/users HTTP/1.1
PUT users
PUT /3.0/users HTTP/1.1
DELETE users
DELETE /3.0/users HTTP/1.1
Field Definitions