---
title: List all apps visible to a user
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-users-_id_-visibleapps
---

# List all apps visible to a user

Get a list of apps that a user on your team can view.

## URL

GET https://api.appstoreconnect.apple.com/v1/users/{id}/visibleApps

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource.

## Query Parameters

limit: Number of resources to return. fields[apps]: Fields to return for included related types.

## Response Codes

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

## See Also

### Listing, Adding, and Removing App Access

- [Get all visible app resource ids for a user](appstoreconnectapi/get-v1-users-_id_-relationships-visibleapps.md)
- [Add visible apps to a user](appstoreconnectapi/post-v1-users-_id_-relationships-visibleapps.md)
- [Replace the list of visible apps for a user](appstoreconnectapi/patch-v1-users-_id_-relationships-visibleapps.md)
- [Remove visible apps from a user](appstoreconnectapi/delete-v1-users-_id_-relationships-visibleapps.md)
