Documentation Index
Fetch the complete documentation index at: https://mintlify.com/chamals3n4/OpenATS/llms.txt
Use this file to discover all available pages before exploring further.
List All Users
Response
Array of user objects
Example Request
Error Codes
Failed to fetch users
Get User Profile
Path Parameters
User ID
Response
User profile object
Example Request
Error Codes
Invalid user ID
User not found
Failed to fetch user
Update User Profile
Path Parameters
User ID to update
Request Body
User’s first name (1-100 characters)
User’s last name (1-100 characters)
User role:
super_admin, hiring_manager, or interviewerValid URL to user’s avatar image (max 1000 characters)
Response
Updated user profile object
Example Request
Error Codes
Invalid user ID OR Validation failed
User not found
Failed to update user