Members
List members
Activities
Members
List members
GET
/
v1
/
members
curl --request GET \
--url https://api.useconquest.com/v1/members \
--header 'Authorization: Bearer <token>'
{
"page": 1,
"page_size": 10,
"total_members": 1235,
"members": [
{
"id": "cm5fkwwup0006dntb34yzw7dd",
"discord_id": "123456789",
"discord_username": "user#1234",
"discourse_id": "123",
"discourse_username": "thomas-bonfils",
"linkedin_id": "iuHQSczlaW",
"linkedin_url": "https://linkedin.com/in/username",
"livestorm_id": "02a51b3b-3d6b-448c-91bb-48f0d12702c1",
"slack_id": "U0512345678",
"first_name": "Thomas",
"last_name": "Bonfils",
"primary_email": "thomas@useconquest.com",
"emails": [
"support@useconquest.com"
],
"phones": [
"+33 6 12 34 56 78"
],
"job_title": "Software Engineer",
"avatar_url": "https://example.com/avatar.jpg",
"locale": "FR",
"tags": [
"cm5fkwwup0006dntb34yzw7dd"
],
"level": 6,
"pulse": 203,
"presence": 6,
"source": "Slack",
"logs": [
{
"date": "2025-01-01T00:00:00Z",
"pulse": 203,
"presence": 6,
"level": 6,
"max_weight": 4,
"max_weight_activity": "Slack - Write a post"
}
],
"custom_fields": [
"<any>"
],
"company_id": "cm5fkwwup0006dntb34yzw7dd",
"workspace_id": "cm5fkwwup0006dntb34yzw7dd",
"first_activity": "2025-01-01T00:00:00Z",
"last_activity": "2025-01-01T00:00:00Z",
"created_at": "2025-01-01T00:00:00Z",
"updated_at": "2025-01-01T00:00:00Z"
}
]
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Page number for pagination
Number of items per page
Response
200
application/json
Successful response
Example:
1
Example:
10
Example:
1235
Example:
"cm5fkwwup0006dntb34yzw7dd"
Example:
"123456789"
Example:
"user#1234"
Example:
"123"
Example:
"thomas-bonfils"
Example:
"iuHQSczlaW"
Example:
"https://linkedin.com/in/username"
Example:
"02a51b3b-3d6b-448c-91bb-48f0d12702c1"
Example:
"U0512345678"
Example:
"Thomas"
Example:
"Bonfils"
Example:
"thomas@useconquest.com"
Example:
"Software Engineer"
Example:
"https://example.com/avatar.jpg"
Example:
"FR"
Example:
6
Example:
203
Example:
6
Example:
"Slack"
Example:
"cm5fkwwup0006dntb34yzw7dd"
Example:
"cm5fkwwup0006dntb34yzw7dd"
Example:
"2025-01-01T00:00:00Z"
Example:
"2025-01-01T00:00:00Z"
Example:
"2025-01-01T00:00:00Z"
Example:
"2025-01-01T00:00:00Z"
curl --request GET \
--url https://api.useconquest.com/v1/members \
--header 'Authorization: Bearer <token>'
{
"page": 1,
"page_size": 10,
"total_members": 1235,
"members": [
{
"id": "cm5fkwwup0006dntb34yzw7dd",
"discord_id": "123456789",
"discord_username": "user#1234",
"discourse_id": "123",
"discourse_username": "thomas-bonfils",
"linkedin_id": "iuHQSczlaW",
"linkedin_url": "https://linkedin.com/in/username",
"livestorm_id": "02a51b3b-3d6b-448c-91bb-48f0d12702c1",
"slack_id": "U0512345678",
"first_name": "Thomas",
"last_name": "Bonfils",
"primary_email": "thomas@useconquest.com",
"emails": [
"support@useconquest.com"
],
"phones": [
"+33 6 12 34 56 78"
],
"job_title": "Software Engineer",
"avatar_url": "https://example.com/avatar.jpg",
"locale": "FR",
"tags": [
"cm5fkwwup0006dntb34yzw7dd"
],
"level": 6,
"pulse": 203,
"presence": 6,
"source": "Slack",
"logs": [
{
"date": "2025-01-01T00:00:00Z",
"pulse": 203,
"presence": 6,
"level": 6,
"max_weight": 4,
"max_weight_activity": "Slack - Write a post"
}
],
"custom_fields": [
"<any>"
],
"company_id": "cm5fkwwup0006dntb34yzw7dd",
"workspace_id": "cm5fkwwup0006dntb34yzw7dd",
"first_activity": "2025-01-01T00:00:00Z",
"last_activity": "2025-01-01T00:00:00Z",
"created_at": "2025-01-01T00:00:00Z",
"updated_at": "2025-01-01T00:00:00Z"
}
]
}