EN
Español
English
Português
    tenantIds Registration

    Tenants de HP TechPulse

    TechPulse APIs require unique company, device, and user identifiers of type GUID, these identifiers can be obtained using the following endpoint:

    GET /analytics/v1/identity/tenants
    

    Getting the following answer

    {
      "schemas": [
        "urn:scim:schemas:core:2.0:Tenant"
      ],
      "id": "tenant-uuid-1",
      "displayName": "Customer Name",
      "description": "",
      "tenantType": "CUSTOMER",
      "subTypes": [],
      "phoneNumber": {
        "value": "555-5555",
        "type": "work"
      },
      "ownerId": "test-emailid@email.com"
    
    }
    


    Note: This request was made at authentication to obtain the refresh-token.


    For more tenant information, see the HP TechPulse documentation View HP TechPulse documentation

    ↩ Return