Skip to main content

Get user

GET 

/users/:user_id

The common schema User maps to the following 3rd-party provider objects:

ProviderRemote object ID
HubspotV3 Owner
DynamicsAzure System User
IntercomAdmin

Request

Path Parameters

    user_id stringrequired
    Example: 0258cbc6-6020-430a-848e-aafacbadf4ae

Query Parameters

    include_raw_data boolean

    Whether to include raw data fetched from the 3rd party provider.

    Example: true

Header Parameters

    x-customer-id stringrequired

    The customer ID that uniquely identifies the customer in your application

    Example: my-customer-1
    x-provider-name stringrequired

    The provider name

    Example: salesforce

Responses

User

Schema
    id stringrequired
    name stringnullablerequired
    email stringnullablerequired
    is_active booleannullablerequired
    created_at date-timenullablerequired
    updated_at date-timenullablerequired
    is_deleted booleanrequired
    last_modified_at date-timerequired
Loading...