Skip to main content

UpdateLearner

PATCH /tp-api/learners/:learnerId

Patch a training provider learner.

Path Parameters
  • learnerId string required

    Training Provider Learner ID.

Header Parameters
  • training-provider-id string required
Request Body
  • firstname string

    Learner first name.

  • lastname string

    Learner last name.

  • email email

    Learner email

  • phone string

    Possible values: Value must match regular expression ^[1-9][0-9]{0,3} [0-9]{8,11}(x[0-9]+)?$

    Learner phone number

Responses

Default Response

Schema
  • id string required

    Learner ID.

  • firstname string

    Learner first name.

  • lastname string

    Learner last name.

  • uniqueSystemIdentifier string

    Learner unique system ID.

  • email string

    Learner email.

  • phone string

    Learner phone.

  • created string
Loading...