User Management API

GET Get All Users /api/users

Retrieves a list of all users.

GET Authentication Test /api/users/auth-test

Tests if authentication is working (requires login).

GET Search Users by Organizer Name /api/users/search

Search for users by organizer name.

PATCH Update User Info /api/users/:id/info

Update user information.

PATCH Update Password /api/users/:id/password

Update user password.

API Response

// API response will appear here

Tips

  • Most endpoints require authentication
  • User IDs are generated automatically
  • Your user ID: Not logged in