{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Users API", "version": "1.52.0" }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "ListUser", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Users", "params": [ { "name": "PageSize", "value": "", "type": "query", "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000." }, { "name": "Page", "value": "", "type": "query", "description": "The page index. This value is simply for client state." }, { "name": "PageToken", "value": "", "type": "query", "description": "The page token. This is provided by the API." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve a list of all conversation users in your account's default service" }, { "info": { "name": "CreateUser", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Users", "headers": [ { "name": "X-Twilio-Webhook-Enabled", "value": "" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Add a new conversation user to your account's default service" }, { "info": { "name": "FetchUser", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Users/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The SID of the User resource to fetch. This value can be either the `sid` or the `identity` of the User resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a conversation user from your account's default service" }, { "info": { "name": "UpdateUser", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Users/:Sid", "headers": [ { "name": "X-Twilio-Webhook-Enabled", "value": "" } ], "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The SID of the User resource to update. This value can be either the `sid` or the `identity` of the User resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update an existing conversation user in your account's default service" }, { "info": { "name": "DeleteUser", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Users/:Sid", "headers": [ { "name": "X-Twilio-Webhook-Enabled", "value": "" } ], "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The SID of the User resource to delete. This value can be either the `sid` or the `identity` of the User resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Remove a conversation user from your account's default service" }, { "info": { "name": "FetchUserConversation", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Users/:UserSid/Conversations/:ConversationSid", "params": [ { "name": "UserSid", "value": "", "type": "path", "description": "The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource." }, { "name": "ConversationSid", "value": "", "type": "path", "description": "The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource)." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a specific User Conversation." }, { "info": { "name": "UpdateUserConversation", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Users/:UserSid/Conversations/:ConversationSid", "params": [ { "name": "UserSid", "value": "", "type": "path", "description": "The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource." }, { "name": "ConversationSid", "value": "", "type": "path", "description": "The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource)." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update a specific User Conversation." }, { "info": { "name": "DeleteUserConversation", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Users/:UserSid/Conversations/:ConversationSid", "params": [ { "name": "UserSid", "value": "", "type": "path", "description": "The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource." }, { "name": "ConversationSid", "value": "", "type": "path", "description": "The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource)." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a specific User Conversation." }, { "info": { "name": "ListUserConversation", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Users/:UserSid/Conversations", "params": [ { "name": "UserSid", "value": "", "type": "path", "description": "The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource." }, { "name": "PageSize", "value": "", "type": "query", "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000." }, { "name": "Page", "value": "", "type": "query", "description": "The page index. This value is simply for client state." }, { "name": "PageToken", "value": "", "type": "query", "description": "The page token. This is provided by the API." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve a list of all User Conversations for the User." } ] } ], "bundled": true }