Tahdah API
    Tahdah API
    • Introduction
    • Webhooks
    • TrustGroups
      • About Trust Groups
      • Endpoints
        • List Trust Groups
        • Create a Trust Group
        • Update Trust Group
        • List Trust Group Legal Entity Members
        • List Trust Group Candidate Members
        • Add Trust Group Member
        • Remove Trust Group Member
      • Webhooks
        • Member Added
        • Member Updated
    • EventCredits
      • Webhooks
        • Event Credits Updated
      • Add Credits to Legal Entity
        PUT
    • Tracker
      • Webhooks
      • Get Candidate Trackers
        GET
      • Get Legal Entity Targets
        GET
    • LearningExperiences
      • EndPoints
        • Register Learners on a Learning Experience
        • Get Learning Experiences
        • Get Learning Experience
      • Webhooks
    • DigitalBadges
      • Issue Digital Badge
        POST
      • Get Badge Templates
        GET
    • LegalEntities
      • Endpoints
        • Legal Entity Details
        • Create Legal Entity
        • Connect a Person to a Legal Entity
      • Webhooks
    • Candidates
      • EndPoints
        • Create Candidate
        • Update a Candidate
        • Delete Candidate
        • Add/Remove tags to a candidate
      • Webhooks
    • Catalogues
      • Endpoints
      • Webhooks
        • Catalogue Entry Created
    • Schemas
      • Inbound
      • Events
        • EventTemplateCreditRequest
        • EventTemplateCredit
      • Catalogue
        • CatalogueEntry
      • TrustGroupMember
      • temp
      • LegalEntity
      • legalEntityIdentifier
      • Candidate

    TrustGroupMember

    {
        "id": 0,
        "notes": "string",
        "trustGroupId": 0,
        "legalEntityId": 0,
        "candidateId": 0,
        "status": 0,
        "updatedDate": "string",
        "renewalDate": "string",
        "dateJoined": "string",
        "cancellationRequested": "string",
        "aquisitionSource": "string",
        "cancelledDate": "string",
        "legalEntityConnectedToId": 0,
        "parentStatus": 0,
        "parentRenewalDate": "string",
        "rollbackDate": "string",
        "renewalStatus": 0,
        "expiryDate": "string",
        "parentExpiryDate": "string"
    }
    Built with