TrusthubV1EndUser

Update an existing End User.

Update an existing End User.

post/v1/EndUsers/{Sid}

Path parameters

Sidstring required

The unique string created by Twilio to identify the End User resource.

Response

OK

sidstring nullable

The unique string created by Twilio to identify the End User resource.

account_sidstring nullable

The SID of the Account that created the End User resource.

friendly_namestring nullable

The string that you assigned to describe the resource.

typestring nullable

The type of end user of the Bundle resource - can be individual or business.

{"stackTrail":"components:schemas:trusthub.v1.end_user:properties:attributes","oasType":"schema","type":"unknown","description":"The set of parameters that are the attributes of the End Users resource which are listed in the End User Types.","extensionFields":{"x-twilio":{"pii":{"handling":"standard","deleteSla":30}}},"nullable":true}
date_createdstring date-time nullable

The date and time in GMT when the resource was created specified in ISO 8601 format.

date_updatedstring date-time nullable

The date and time in GMT when the resource was last updated specified in ISO 8601 format.

urlstring uri nullable

The absolute URL of the End User resource.

Changes

Changed in 3 of the 51 revisions of this API.32

  • v1be7cea11fa2711See the full diff
    • the response's property type changed from object to no type for status

      response-property-type-changed

    • the request property type was generalized from object to no type

      request-property-type-generalized

    • the request property type changed from no type to object

      request-property-type-changed

    • the response's property type changed from no type to object for status

      response-property-type-changed

    • api tag TrusthubV1EndUser added

      api-tag-added