Twilio Iam Organizations
Connector for the twilio-iam-organizations API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://preview-iam.twilio.com - Auth: OAuth 2.0 client-credentials — the tool fetches a token from
https://preview-iam.twilio.com/v1/tokenusing yourclientId/clientSecret, then calls the API.
Operations
listorganizationusers— GET /Organizations/{OrganizationSid}/scim/Users — List SCIM Usersfetchorganizationuser— GET /Organizations/{OrganizationSid}/scim/Users/{UserSid} — Get SCIM Userlistorganizationaccounts— GET /Organizations/{OrganizationSid}/Accounts — List organization accountsfetchorganizationaccount— GET /Organizations/{OrganizationSid}/Accounts/{AccountSid} — Get details of organization accountlistroleassignments— GET /Organizations/{OrganizationSid}/RoleAssignments — List role assignmentsfetchauthorize— GET /v1/authorize — Retrieves authorize uri
Inputs
clientId/clientSecret— your twilio-iam-organizations OAuth app credentialsscope— OAuth scopes (optional; defaults from the spec)operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: listorganizationusers
clientId: <your client id>
clientSecret: <your client secret>