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

# List all apps visible to an invited user

Get a list of apps that will be visible to a user with a pending invitation.

## URL

GET https://api.appstoreconnect.apple.com/v1/userInvitations/{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

### Getting Visible Apps

- [List visible app IDs for a user invitation](appstoreconnectapi/get-v1-userinvitations-_id_-relationships-visibleapps.md)
