Test User
Test Users are the contact addresses (e.g. phone numbers, Chat identities) who can test the latest drafts of a Flow even if they aren't yet published.
Update the Test User resource of a Flow to allow the contacts that need to perform tests of unpublished drafts.
TestUser properties
Resource Properties in REST API format | |
---|---|
sid
|
Unique identifier of the flow. |
test_users
|
List of test user identities that can test draft versions of the flow. |
url
|
The URL of this resource. |
Fetch a TestUser resource
https://studio.twilio.com/v2/Flows/{Sid}/TestUsers
Parameters
Parameters in REST API format | |
---|---|
sid
Path
|
Unique identifier of the flow. |
Example 1
Update a TestUser resource
https://studio.twilio.com/v2/Flows/{Sid}/TestUsers
Each Test User identity can be up to 300 bytes.
Parameters
Parameters in REST API format | |
---|---|
sid
Path
|
Unique identifier of the flow. |
test_users
Required
|
List of test user identities that can test draft versions of the flow. |
Example 1
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd by visiting Twilio's Stack Overflow Collective or browsing the Twilio tag on Stack Overflow.