> ## Documentation Index
> Fetch the complete documentation index at: https://help.withallo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Access your team roster with roles and status

The Users API lets you list team members, their roles, and status. Use this to resolve team member names to user IDs when filtering conversations. To see which phone numbers are assigned to each user, use the [Phone Numbers API](/en/v2/api-reference/phone-numbers/overview).

## Endpoints

<CardGroup cols={1}>
  <Card title="Me" href="/en/v2/api-reference/users/me">
    Your API key's identity, scopes, available endpoints, team, and rate limits
  </Card>

  <Card title="List users" href="/en/v2/api-reference/users/list-users">
    All team members with roles and status
  </Card>

  <Card title="Get user" href="/en/v2/api-reference/users/get-user">
    Details for a single team member by ID
  </Card>
</CardGroup>
