The User object
The User object represents an individual within your account. This includes both staff-level (Administrator, Front Desk, Club Pro) and non-staff (Member, Resident, etc.) users. You can use the YourCourts API to retrieve, create, update, and archive users within the system.
| Endpoints | |
|---|---|
| GET | /v1/users |
| GET | /v1/users/{email} |
| POST | /v1/users |
| POST | /v1/users/{email} |
| PUT | /v1/users |
| PUT | /v1/users/{email} |
| PATCH | /v1/users |
| PATCH | /v1/users/{email} |
| DELETE | /v1/users/{email} |