Bind the SIP registration to the application/user or unbind the SIP registration from the application/user. You should specify the application_id or application_name if you specify the rule_name or user_id, or user_name. You should specify the sip_registration_id if you set bind=true. You can bind only one SIP registration to the user (the previous SIP registration is automatically unbound).
Allowed roles: Owner, Admin, Developer.
Example request: Bind SIP registration with id 1 to application with id 123.
Voximplant Management API uses signed JWT tokens generated from your service-account private key. Pass the token in the Authorization header as a Bearer value:
See Authorization for ready-to-copy snippets in bash, Python, Node.js and Go that turn your credentials.json into a token.
The application ID which the SIP registration is to be bound to. Can be used instead of the application_name parameter
The application name which the SIP registration is to be bound to. Can be used instead of the application_id parameter
The rule ID which the SIP registration is to be bound to. Can be used instead of the rule_name parameter
The rule name which the SIP registration is to be bound to. Can be used instead of the rule_id parameter
The user ID which the SIP registration is to be bound to. Can be used instead of the user_name parameter
The user name which the SIP registration is to be bound to. Can be used instead of the user_id parameter
Whether to bind or unbind (set true or false respectively)