Skip to main content

Get Employees Employee ID

Retrieves the information for a single employee based on the scopes that your API key or access token have access to.

Parameters

ParameterDescription
Employee IDUnique identifier for the employee within Rippling.

Example Output

{
"value": {
"customFields": {
"Id": "string",
"required": true,
"title": "string",
"type": "TEXT"
},
"department": "string",
"employmentType": "CONTRACTOR",
"endDate": "string",
"firstName": "string",
"gender": "MALE",
"id": "string",
"identifiedGender": "MALE",
"lastName": "string",
"manager": "string",
"name": "string",
"photo": "string",
"roleState": "INIT",
"smallPhoto": "string",
"spokeId": "string",
"title": "string",
"workEmail": "string",
"workLocation": {
"city": "string",
"country": "string",
"state": "string",
"streetLine1": "string",
"streetLine2": "string",
"zip": "string"
}
}
}

Workflow Library Example

Get Employees Employee Id with Rippling and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop