Skip to main content

Update User by lookup key

PATCH 

/users/:lookupKey/:lookupValue

Use this endpoint to update user by lookup key. If multiple users with the same lookup key exist, use additional filtering depending on the lookup key to uniquely identify the user (e.g. source and language for lookup key source).

Request

Path Parameters

    lookupKey stringrequired

    Lookup key. Read more about user lookup keys

    lookupValue stringrequired

    The value of the key (id or sourceId)

Body

    abbreviation string
    dateOfBirth string
    debtorId number
    email string
    firstName string
    gender string
    lastName string
    login string
    middleName string
    mobile string

    parent

    object

    id number
    phone string
    source string
    sourceId number
    title string

Responses

Update User by Id - 200

Response Headers

  • Alt-Svc

    string

  • Via

    string

  • alt-svc

    string

  • content-length

    string

  • date

    string

  • return-format

    string

  • server

    string

  • x-request-id

    string

Schema

    data

    object

    abbreviation string
    dateOfBirth string
    debtorId number
    email string
    firstName string
    gender string
    id number
    lastName string
    login string
    middleName string
    mobile string

    parent

    object

    id number
    phone string
    source string
    sourceId number
    title string
    messages string[]
    total number
Loading...