---
title: "List Profiles"
method: GET
path: "/profile/"
tags: ["profile"]
---

# List Profiles

`GET /profile/`

Lists all available profiles

## Query parameters

- `search` string
- `ordering` string
- `limit` integer
- `offset` integer

## Response `200`

OK

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` ProfileList[], required
    - `url` string, uri
    - `public_id` string, uuid
    - `name` string
    - `gender` 'M' | 'F' | 'X'
    - `teams` TeamProfile[] — Team of which this profile is a member of
      - `name` string, required
      - `public_id` string, uuid
      - `url` string, uri
      - `avatar` string, uri, nullable
    - `reference` string
    - `avatar` string, uri, nullable

---

[API](https://skmtc.net/wefitter/apis/wefitter-api.md) · [All operations](https://skmtc.net/wefitter/apis/wefitter-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wefitter/wefitter-api/revisions/52b0eb5e8b96/schema)
