EndpointsGet Users
Endpoints

GET /users

List all users registered in the documentation platform with their profile information. This endpoint supports pagination and filtering to help administrators manage user accounts effectively and retrieve user details for collaboration and access control purposes.

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

Number of users to return per page, limited to 100 for performance optimization

Format: int32
Request Preview
Response

Response will appear here after sending the request

Query Parameters

limitinteger

Number of users to return per page, limited to 100 for performance optimization

Responses

Successful retrieval of user list with pagination information

Was this page helpful?
Built with Documentation.AI

Last updated today