Skip to main content

Update Subscriber

PUT 

/resources/subscribers/:id

Update Subscriber

Request

Path Parameters

    id uuidrequired

    Unique ID of a Subscriber.

Body

required

    password stringrequired

    Possible values: >= 8 characters and <= 72 characters

    Password of the Subscriber.

    email stringrequired

    Email of the Subscriber.

    first_name string

    First name of the Subscriber.

    last_name string

    Last name of the Subscriber.

    display_name string

    Display name of the Subscriber.

    job_title string

    Job title of the Subscriber.

    timezone string

    Timezone of the Subscriber.

    country string

    Country of the Subscriber.

    region string

    Region of the Subscriber.

    company_name string

    Company name of the Subscriber.

Responses

The request has succeeded.

Schema

    id stringrequired

    Unique ID of the request.

    project_id stringrequired

    Unique ID of the project.

    display_name stringrequired

    Display name of the Subscriber.

    type stringrequired

    Possible values: [subscriber]

    Type of the resource.

    created_at date-timerequired

    Date and time when the resource was created.

    updated_at date-timerequired

    Date and time when the resource was updated.

    subscriber

    object

    required

    id stringrequired

    Unique ID of the Subscriber.

    email stringrequired

    Email of the Subscriber.

    first_name stringrequired

    First name of the Subscriber.

    last_name stringrequired

    Last name of the Subscriber.

    display_name stringrequired

    Display name of the Subscriber.

    job_title stringrequired

    Job title of the Subscriber.

    timezone stringrequired

    Timezone of the Subscriber.

    country stringrequired

    Country of the Subscriber.

    region stringrequired

    Region of the Subscriber.

    company_name stringrequired

    Company name of the Subscriber.

Loading...