TrusthubV1EndUser

Create a new End User.

Create a new End User.

post/v1/EndUsers

Response

Created

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 attributes response's property type/format changed from object/ to / for status 201

      response-property-type-changed

    • the Attributes request property type/format was generalized from object/ to /

      request-property-type-generalized

    • the Attributes request property type/format changed from / to object/

      request-property-type-changed

    • the attributes response's property type/format changed from / to object/ for status 201

      response-property-type-changed

    • api tag TrusthubV1EndUser added

      api-tag-added