EndpointsGet Users
Endpoints

GET /users

Retrieve a comprehensive list of platform users including learners, educators, and administrators with their roles, enrollment status, and activity metrics. This endpoint supports administrative oversight and user management across the learning ecosystem.

curl -X GET "https://api.mentor3.ai/v1/users?limit=42" \
  -H "Content-Type: application/json"
["null"]
GET
/users
GET
query
limitinteger

Maximum number of user records to return per request, capped at 100 for performance optimization.

Format: int32
Request Preview
Response

Response will appear here after sending the request

Query Parameters

limitinteger

Maximum number of user records to return per request, capped at 100 for performance optimization.

Responses

Successful retrieval of user list with pagination support and detailed user profiles including learning preferences and progress statistics.

Was this page helpful?
Built with Documentation.AI

Last updated 5 days ago