Skip to main content
GET
/
v1
/
org
/
employees
/
mappings
Get Employee Mappings
curl --request GET \
  --url https://api.twine.se/v1/org/employees/mappings \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "employee_id": "<string>",
      "external_id": "<string>",
      "id": "<string>",
      "inserted_at": "2023-11-07T05:31:56Z",
      "status": "active",
      "status_updated_at": "2023-11-07T05:31:56Z",
      "system_integration_id": "<string>",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ],
  "pagination": {
    "end_cursor": "<string>",
    "has_next_page": true,
    "has_previous_page": true,
    "start_cursor": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer token for authentication

Query Parameters

pagination
CursorPagination · object

Cursor pagination

filters
EmployeeMappingFilter · object

Filter parameters for Employee mappings Parameters for Employee mapping filtering

Response

Employee mapping list Response

A paginated list of employee mappings

data
EmployeeMapping · object[]
required
pagination
CursorPaginationResult · object
required

Cursor pagination result