---
title: Get all visible app resource ids for a user
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-users-_id_-relationships-visibleapps
---

# Get all visible app resource ids for a user

Get a list of app resource IDs to which a user on your team has access.

## URL

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

## Path Parameters

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

## Query Parameters

limit: Number of resources to return.

## 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

- [List all apps visible to a user](appstoreconnectapi/get-v1-users-_id_-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)
