Vonage User
Connector for the vonage-user API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.vonage.com/t/vbc.prod/provisioning - Auth:
bearer(pass your key via theapiKeyinput)
Operations
userctrl_getusers— GET /api/accounts/{account_id}/users — Get account users data by account IDuserctrl_getuserbyid— GET /api/accounts/{account_id}/users/{user_id} — Get user data by account ID and user ID
Inputs
apiKey— your vonage-user API keyoperation— 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: userctrl_getusers
apiKey: <your key>