Skip to main content

Get user

GET 

/users/:user_id

Get user

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
    first_name stringnullablerequired
    last_name stringnullablerequired
    email stringnullablerequired
    created_at date-timenullablerequired
    updated_at date-timenullablerequired
    is_deleted booleanrequired
    last_modified_at date-timerequired
    is_locked booleannullable

    When locked, cannot send email or take most actions in the app. This is null when provider does not have such concept (e.g. apollo)

Loading...