Skip to main content

Update Subscriber

PUT 

/resources/subscribers/:id

Update Subscriber

Request

Path Parameters

    id uuidrequired

    Unique ID of a Subscriber.

Body

required

    passwordstringrequired

    Password of the Subscriber.

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

    Example: password123
    emailstringrequired

    Email of the Subscriber.

    Example: johndoe@example.com
    first_namestring

    First name of the Subscriber.

    Example: John
    last_namestring

    Last name of the Subscriber.

    Example: Doe
    display_namestring

    Display name of the Subscriber.

    Example: John Doe
    job_titlestring

    Job title of the Subscriber.

    Example: Software Engineer
    timezonestring

    Timezone of the Subscriber.

    Example: America/New_York
    countrystring

    Country of the Subscriber.

    Example: United States
    regionstring

    Region of the Subscriber.

    Example: New York
    company_namestring

    Company name of the Subscriber.

    Example: SignalWire

Responses

The request has succeeded.

Schema

    idstringrequired

    Unique ID of the request.

    Example: d369a402-7b43-4512-8735-9d5e1f387814
    project_idstringrequired

    Unique ID of the project.

    Example: d369a402-7b43-4512-8735-9d5e1f387814
    display_namestringrequired

    Display name of the Subscriber.

    Example: John Doe
    typestringrequired

    Type of the resource.

    Possible values: [subscriber]

    created_atdate-timerequired

    Date and time when the resource was created.

    Example: 2024-10-17T14:14:53Z
    updated_atdate-timerequired

    Date and time when the resource was updated.

    Example: 2024-10-17T14:14:53Z

    subscriber

    object

    required

    idstringrequired

    Unique ID of the Subscriber.

    Example: d369a402-7b43-4512-8735-9d5e1f387814
    emailstringrequired

    Email of the Subscriber.

    Example: johndoe@example.com
    first_namestringrequired

    First name of the Subscriber.

    Example: John
    last_namestringrequired

    Last name of the Subscriber.

    Example: Doe
    display_namestringrequired

    Display name of the Subscriber.

    Example: John Doe
    job_titlestringrequired

    Job title of the Subscriber.

    Example: Software Engineer
    timezonestringrequired

    Timezone of the Subscriber.

    Example: America/New_York
    countrystringrequired

    Country of the Subscriber.

    Example: United States
    regionstringrequired

    Region of the Subscriber.

    Example: New York
    company_namestringrequired

    Company name of the Subscriber.

    Example: SignalWire