Parameter | Description |
---|---|
Employee ID | Unique identifier for the employee within Rippling. |
{
"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"
}
}
}
Was this page helpful?