Skip to main content

Update Community Contact Information

PUT 

/community/:communityId/contact-details

Updates a community member’s contact information.

A community member can be either a person or a company. This API will update the contact information of the selected community member.

For a list of all country codes, go to Lookup - Country

For a list of all phone types, go to Lookup - Phone Type

For a list of all email types, go to Lookup - Email Type

For a list of all internet and social website types, go to Lookup - Website Type

Request

Path Parameters

    communityId uuidrequired

    Community id

    Example: 46cb5481-6e20-4f17-b947-db81cdce9a4f

Body

    emailAddress object[]required
  • Array [
  • emailType objectnullablerequired
    id uuidrequired
    value stringrequired
    default booleanrequired
  • ]
  • phoneNumber object[]required
  • Array [
  • phoneType objectnullablerequired
    id uuidrequired
    value stringrequired

    Possible values: non-empty

    Phone number

    country objectnullablerequired
    id uuidrequired
    defaultSMS booleanrequired
    preferred booleanrequired
    confidential booleanrequired
  • ]
  • internetAndSocialMedia object[]required
  • Array [
  • websiteType objectnullablerequired
    id uuidrequired
    value stringrequired
  • ]

Responses

Schema
    code stringrequired

    Status Code

    data object
    deceased booleannullable

    Is this community member deceased?

    emailAddress object[]nullable

    List of the community member's email addresses

  • Array [
  • id uuid

    UUID of the community member's email address record

    emailType object
    id

    UUID of the email address type lookup

    description

    The email address type (e.g. Personal, Occupation, Company, etc)

    value stringnullable

    The community member's email address

    default booleannullable

    Is this the default email address?

    sortOrder integernullable
  • ]
  • internetAndSocialMedia object[]nullable

    List of the community member's website/s and social media account/s

  • Array [
  • id uuid

    UUID of the community member's website or social media account record

    websiteType object
    id

    UUID for community website type lookup

    description

    The community website type (e.g. Facebook, LinkedIn, etc.)

    value stringnullable

    A URL to the website or social media account

    sortOrder int32

    Sort order for the website or social media account

  • ]
  • phoneNumber object[]nullable

    List of the community member's phone number/s

  • Array [
  • phoneType objectnullablerequired
    id uuid

    UUID of the phone contact type lookup

    description string

    The phone contact type (e.g. Home Phone, Personal Mobile, etc)

    code string

    The unique code indicating the phone contact type (e.g. PERSONALMOBILE)

    value stringnullablerequired

    Phone number

    confidential booleanrequired
    preferred booleanrequired
    defaultSMS booleanrequired

    Is this the default SMS number?

    extension stringnullablerequired

    Optional extension for the phone number

    countryCode stringnullablerequired

    The country calling code prefix for the phone number

    country objectnullablerequired
    id uuidrequired
    description stringrequired
    code stringrequired
  • ]
Loading...