> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get App App Matching Users

Returns matching users and their app IDs based on the app handles.

Note:There could be multiple instances of the same app. In this case, the API will return all instances in the format app\_handle\_app\_owner\_id.

## Parameters

<div className="integrations-table">
  | Parameter   | Description                                            |
  | ----------- | ------------------------------------------------------ |
  | App Handles | CSV of app handles. See GET /app\_detail/app\_handles. |
</div>

## Example Output

```json theme={"dark"}
{
	"value": {
		"results": [
			{
				"GMAIL_5f29dee42620acf6c8f23829": [
					"mike.smith.2"
				],
				"GMAIL_5f29dee52620acf6c8f23837": [
					"mike.smith.1"
				],
				"rippling_employee_id": "5f29dedd2620acf6c8f2369e"
			},
			{
				"gmail_5f29dee42620acf6c8f23829": [
					"james.width.2"
				],
				"gmail_5f29dee52620acf6c8f23837": [
					"james.width.1"
				],
				"rippling_employee_id": "5f29dedc2620acf6c8f23671",
				"slack_5f29dee62620acf6c8f23855": [
					"james.width.1"
				]
			}
		]
	}
}
```

## Workflow Library Example

[Get App App Matching Users with Rippling and Send Results Via Email](https://library.blinkops.com/workflows/get-app-app-matching-users-with-rippling-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-app-app-matching-users-with-rippling-and-send-results-via-email/canvas" />
</div>
