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
Parameter | Description |
---|---|
App Handles | CSV of app handles. See GET /app_detail/app_handles. |
Example Output
{
"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
Preview this Workflow on desktop