The IDPActorMapping Object

Maps an external IDP user to an inTandem platform actor (staff or operator).

Properties

NameDescriptionTypeRequired
uidUnique identifier of the IDP actor (a user in an IDP integrated with SSO to the inTandem autheriation bridge)stringYes
idp_user_reference_idExternal reference ID of the IDP user, used to link the IDP actor to an external system.stringYes
actor_typeType of the actor in the inTandem platform. 'staff' refers to a staff member, while 'operator' refers to an operator in the Operators Portal.string (enum: staff, operator)Yes
actor_uidUnique identifier of the actor in the inTandem platform. This is used to link the IDP actor to a specific staff member or operator.stringYes
created_atCreation timestampstringYes
updated_atLast update timestampstringYes

Example

JSON

{
  "uid": "12345",
  "idp_user_reference_id": "ext-12345",
  "actor_type": "staff",
  "actor_uid": "staff-67890",
  "created_at": "2023-10-01T12:00:00Z",
  "updated_at": "2023-10-01T12:00:00Z"
}