Skip to main content

Incremental update user with features to add and remove

Incremental update user with features to add and remove

Path Parameters
    user_uuid string required
Query Parameters
    includeInvalid boolean
Request Body required
    featuresToAdd object[]
  • Array [
  • key string
    name string
    description string
    signUpUrl string
    informationUrl string
    email string
    uuid string
  • ]
  • featuresToRemove object[]
  • Array [
  • key string
    name string
    description string
    signUpUrl string
    informationUrl string
    email string
    uuid string
  • ]
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
Loading...