InTouch Hub · Blue Isle Software

Twilio Iam Organizations

Twilio IAM Organizations is an API for managing organization-level identity, access, and administrative structures in Twilio.

Provided free and as is, without warranty of any kind — including merchantability, fitness for a particular purpose, and the accuracy or completeness of any result. See the licence. You are responsible for checking what this produces before relying on it.

accesscommunicationiamidentitymanagementtwilio

Twilio Iam Organizations

Twilio IAM Organizations is an API for managing organization-level identity, access, and administrative structures in Twilio.

Operations

Inputs

Example

operation: listorganizationusers
clientId: <your client id>
clientSecret: <your client secret>

Publishes

The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.

Input Properties

Every property this tool accepts, from its own tool.iml.

Property Type Required Default Description
clientId string yes OAuth client ID for twilio-iam-organizations.
clientSecret string yes OAuth client secret for twilio-iam-organizations.
operation string yes One of: listorganizationusers, fetchorganizationuser, listorganizationaccounts, fetchorganizationaccount, listroleassignments, fetchauthorize
scope string no OAuth scopes (space-separated); default from the spec.
AccountSid string no Path parameter AccountSid (required by some operations).
OrganizationSid string no Path parameter OrganizationSid (required by some operations).
UserSid string no Path parameter UserSid (required by some operations).
query string no Optional query params as a JSON object string, e.g. {"limit": 10}.