GET
/
v1
/
members
/
{member_id}
curl --request GET \
  --url https://api.useconquest.com/v1/members/{member_id} \
  --header 'Authorization: Bearer <token>'
{
  "member": {
    "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",
    "secondary_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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

member_id
string
required

Response

200
application/json
Successful response
member
object