Get Teams
Retrieves the list of teams for the company.
Parameters
Parameter | Description |
---|---|
Limit | Sets a limit on the returned values. |
Offset | Offsets the returned values. |
Example Output
{
"value": [
{
"id": "5ee6c69bbc3bc7293a217ff2",
"name": "Applications",
"parent": null
},
{
"id": "5ee6c6a2fa9c4e3d71cc32d7",
"name": "Identity",
"parent": null
},
{
"id": "5ee6c6a7bc3bc7293a217ff6",
"name": "Hardware",
"parent": null
},
{
"id": "5ee6c6abbc3bc72c3f6b88ef",
"name": "Payroll",
"parent": null
}
]
}
Workflow Library Example
Get Teams with Rippling and Send Results Via Email
Preview this Workflow on desktop