v1

latestOpenAPI 3.0.22026-07-24154101.1 MB
External User Mappings

List External User Mapping

get/v2/company/{company_id}/external_user_mappings

Path parameters

company_idinteger required

Company ID

Query parameters

location_idinteger

Location ID

user_idinteger

The 7shifts user ID

external_user_idstring

The external user ID

modified_sincestring

A date with YYYY-MM-DD format

Example:2020-01-01

Return records that have been modified since the specified date. Format YYYY-MM-DD

cursorstring

Cursor for the next or previous page of results.

limitinteger

The number of results desired per page.

Headers

x-api-versionstring

An API version

Example:2022-05-01

7shifts API version

x-company-guidstring uuid

Company GUID

Response

Success

object'external_user_mappings' required

Example response

{
  "data": [
    {
      "created": "2021-01-01T00:00:00.000Z",
      "modified": "2021-01-01T00:00:00.000Z"
    }
  ]
}