---
title: Read user invitation information
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-userinvitations-_id_
---

# Read user invitation information

Get information about a pending invitation to join your team.

## URL

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

## Path Parameters

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

## Query Parameters

fields[apps]: Fields to return for included related types. fields[userInvitations]: Fields to return for included related types. include: Relationship data to include in the response. 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. 404 Not Found: Resource not found. 429 :

## See Also

### Getting Invited Users

- [List invited users](appstoreconnectapi/get-v1-userinvitations.md)
