List users
GET
/user/
User
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/user/'
Response Response Example
200 - Example 1
{
"count": 1,
"links": {
"previous": null,
"next": null
},
"pagination": {
"current_page": 1,
"next_page": 2,
"page_size": 500,
"previous_page": null
},
"results": [
{
"authentication_providers": [
{
"provider": "google-oauth2",
"provider_user_id": 1234
}
],
"avatar": {
"url": "https://res.cloudinary.com/startup-grind/image/upload/.../image.png",
"path": "image.png",
"thumbnail_width": 720,
"thumbnail_height": 540,
"thumbnail_format": "auto",
"thumbnail_url": "https://res.cloudinary.com/startup-grind/image/upload/.../image.png"
},
"company": "Bevy",
"cropped_avatar_url": "https://res.cloudinary.com/startup-grind/image/fetch/.../image.jpeg",
"extra_data": {},
"title": "Mr.",
"role": {
"id": 1234,
"name": "Prospective",
"description": "Prospective Member",
"user_active_status": true
},
"email": "user@mail.com",
"first_name": "John",
"id": 1234,
"last_name": "Doe",
"username": "string"
}
]
}
Request
Query Params
fields
string
optional
id, first_name, last_name, full_name, email, last_login, deleted_date, date_joined, city, country, role, chapter_memberships, chapter_teams,authentication_providers, bio, timezone, username
Default is
id,first_name,last_name,email,last_login,deleted_date
order_by
string
optional
id, first_name, lastname, email, last_login, deleted_date
.Prefix value with '-' to specify descending order.
page_size
integer
optional