Retrieves a paginated list of users
List users.
Query Parameters
- per_page integer
Number of items per page
- page integer
Specify the page number
Responses
- 200
- 403
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
items object[]
admin booleanbio stringcomments_count integerconfirmed booleanemail stringfollowers string[]followers_count integerfollowing string[]following_count integerhas_avatar booleanlast_seen integerlikes string[]likes_count integerlocation stringmember_since integername stringpassword stringsubmissions_count integertype stringurl stringusername string- page integer
- page_count integer
- per_page integer
- total_count integer
{
"items": [
{
"admin": true,
"bio": "string",
"comments_count": 0,
"confirmed": true,
"email": "string",
"followers": [
"string"
],
"followers_count": 0,
"following": [
"string"
],
"following_count": 0,
"has_avatar": true,
"last_seen": 0,
"likes": [
"string"
],
"likes_count": 0,
"location": "string",
"member_since": 0,
"name": "string",
"password": "string",
"submissions_count": 0,
"type": "string",
"url": "string",
"username": "string"
}
],
"page": 0,
"page_count": 0,
"per_page": 0,
"total_count": 0
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
- details
- message string
- status integer
{
"details": {},
"message": "string",
"status": 0
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
- details
- message string
- status integer
{
"details": {},
"message": "string",
"status": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- details
- message string
- status integer
{
"details": {},
"message": "string",
"status": 0
}
Loading...