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.
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/token using your clientId/clientSecret, then calls the API.
Operations
listorganizationusers — GET /Organizations/{OrganizationSid}/scim/Users — List SCIM Users
fetchorganizationuser — GET /Organizations/{OrganizationSid}/scim/Users/{UserSid} — Get SCIM User
listorganizationaccounts — GET /Organizations/{OrganizationSid}/Accounts — List organization accounts
fetchorganizationaccount — GET /Organizations/{OrganizationSid}/Accounts/{AccountSid} — Get details of organization account
listroleassignments — GET /Organizations/{OrganizationSid}/RoleAssignments — List role assignments
fetchauthorize — GET /v1/authorize — Retrieves authorize uri
Inputs
clientId / clientSecret — your twilio-iam-organizations OAuth app credentials
scope — OAuth scopes (optional; defaults from the spec)
operation — one of the operations above
path parameters when an operation's path contains {...}