
Rippling HR API Integration Profile
Information and guides about integrating with Rippling HR API
Add Rippling HR Integration to Your ProductGET Employee in Rippling HR API
Retrieves the information for a single employee based on the scopes that your API key or access token have access to.
Input schema fields
| Field Name | API Key | Type | |
|---|---|---|---|
| Path Parameters | pathParameters | object | |
| Employee Id | pathParameters.employeeId | string | |
| Query | query | object | |
| Headers | headers | object |
Output schema fields
| Field Name | API Key | Type | Description |
|---|---|---|---|
| Id | id | string | This is the unique role ID of the employee. A role ID exists per 1 and only 1 company. |
| User Id | userId | string | This is the unique user ID of the employee. A userID can span across 1 or many companies. |
| Name | name | string | Full name of the employee |
| Preferred First Name | preferredFirstName | string | |
| Preferred Last Name | preferredLastName | string |