developer docs
Contact Log in

Console

  • Client applications
  • Webhooks

Guides

  • Integration types
    • SSO with OpenID Connect
      • Using Microsoft Entra ID
    • SCORM integration
    • LTI integration
    • SCIM integration
  • Creating a typical LMS integration
  • Drillster APIs
    • Registering your client application
    • OAuth 2.0
      • JWT Authorization Grant
      • Authorization Code Grant
    • Service accounts

Reference

  • Widgets
    • Player widget
    • Tile widget
    • Identity widget
    • Repertoire widget
    • Subscription widget
    • Access code widget
  • REST APIs
    • API version 2.1.1
    • Event notification service
      • Notifications
      • Webhooks
      • Event notification retry
  • Developer documentation
  • REST APIs
  • API version 2.1.1
  • API objects
  • ThirdPartyId object

2.1.1 ThirdPartyId object

Represents a third party identity. This is a Drillster user identified with an ID that is managed by a given third party.

Third parties must be registered with Drillster beforehand. See the documentation about the use of third party IDs.

Example

{
  "thirdParty": "ACME",
  "id": "1234567"
}

Fields

Field Type Description
thirdParty
required
String Represents the third party.
id
required
String Represents a user at the third party.

 

Last updated on 2026-09-18

© 2026 Drillster BV
Made with ❤️ in Utrecht