---
title: List users
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-users
---

# List users

Get a list of the users on your team.

## URL

GET https://api.appstoreconnect.apple.com/v1/users

## Query Parameters

fields[apps]: Fields to return for included related types. fields[users]: Fields to return for included related types. include: Relationship data to include in the response. limit: Number of resources to return. sort: Attributes by which to sort. filter[roles]: Attributes, relationships, and IDs by which to filter. filter[visibleApps]: Attributes, relationships, and IDs by which to filter. filter[username]: Attributes, relationships, and IDs by which to filter. limit[visibleApps]: Number of included related resources to return.

## Response Codes

200 OK: 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 429 :

## See Also

### Getting User Information

- [Read user information](appstoreconnectapi/get-v1-users-_id_.md)
