> For the complete documentation index, see [llms.txt](https://docs.matchplay.events/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.matchplay.events/profile-api.md).

# Profile API

### Get self profile

```http
GET /api/users/profile
```

Returns the profile object for the user you are currently authenticated as.

### Get profile

```http
GET /api/users/{userId}
```

Returns the profile for the given user id

### Resolve unknown profiles <a href="#resolve-unknown-arenas" id="resolve-unknown-arenas"></a>

{% code overflow="wrap" %}

```http
GET /api/users/resolve-unknown
```

{% endcode %}

Provide a comma-separated list of user ids and receive the profile objects.

**Query params**

| Name             | Description                                                      |
| ---------------- | ---------------------------------------------------------------- |
| `users` (string) | Comma-separated list of user ids. Provide no more than `25` ids. |
