Path parameters
The SID of the Service to create the User resource under.
Headers
The X-Twilio-Webhook-Enabled HTTP request header
Response
Created
The unique string that we created to identify the User resource.
The SID of the Account that created the User resource.
The SID of the Service the User resource is associated with.
The JSON string that stores application-specific data. If attributes have not been set, {} is returned.
The string that you assigned to describe the resource.
The SID of the Role assigned to the user.
The application-defined string that uniquely identifies the resource's User within the Service. This value is often a username or an email address, and is case-sensitive. See access tokens for more info.
Whether the User is actively connected to the Service instance and online. This value is only returned by Fetch actions that return a single resource and null is always returned by a Read action. This value is null if the Service's reachability_enabled is false, if the User has never been online for the Service instance, even if the Service's reachability_enabled is true.
Whether the User has a potentially valid Push Notification registration (APN or GCM) for the Service instance. If at least one registration exists, true; otherwise false. This value is only returned by Fetch actions that return a single resource and null is always returned by a Read action. This value is null if the Service's reachability_enabled is false, and if the User has never had a notification registration, even if the Service's reachability_enabled is true.
The date and time in GMT when the resource was created specified in ISO 8601 format.
The date and time in GMT when the resource was last updated specified in ISO 8601 format.
The number of Channels the User is a Member of.
The absolute URL of the User resource.