Returns the list of work locations for a given company.

Parameters

ParameterDescription
LimitSets a limit on the returned values.
OffsetOffsets the returned values.

Example Output

{
	"value": [
		{
			"address": {
				"city": "string",
				"country": "string",
				"state": "string",
				"streetLine1": "string",
				"streetLine2": "string",
				"zip": "string"
			},
			"nickname": "string"
		}
	]
}

Workflow Library Example

Get Work Locations with Rippling and Send Results Via Email

Preview this Workflow on desktop