Loading
Cart Total
$0.00
-
Your shopping cart is empty
Loading
Hello! Log in Your Account
New customer? Start here
SIP Account Management
Storefronts
Customer Management
VoIP Bundle (Subscriptions)
SIP Account Management
Audio Management
Phone Numbers & Call Routing
Phone Calls & CDR Data
VoIP Phone Short Code
eFax Management
Voicemails & Mailboxes
Caller ID
SIP Trunks
Wallboard Statistics
VoIP Phone Provisioning
Call Queueing
Phone Books
VoIP Phone Speed Dial
Text (SMS) Messaging
Manage the invitation of SIP users to the mobile and desktop apps
Become a ResellerFilter:
* You will be charged every time this command is run.
Invites the specified SIP user to the mobile app
Back to top
Request Details
Response Details
URL and Query String Parameters
Name
Type
Required
uuid
String
True
The UUID of the SIP User to be invited
POST body
Name
Type
Required
mobile_number
Long
True
The mobile number to invite to the mobile app
JSON all-fields example:
{
"mobile_number" : 447123456789
}
201 Response
{
"result" : {
"mobile_number" : 447123456789
},
"status_code" : 201,
"status_message" : "Created"
}
404 Response
{
"result" : {},
"status_code" : 404,
"status_message" : "Not Found"
}
Removes an invite from the specified SIP user, if they have accepted the invite it will delete their registration
Back to top
Request Details
Response Details
URL and Query String Parameters
Name
Type
Required
uuid
String
True
The UUID of the SIP User to remove from the app
204 Response
{
"result" : {},
"status_code" : 204,
"status_message" : "No Content"
}
404 Response
{
"result" : {},
"status_code" : 404,
"status_message" : "Not Found"
}
Invites the specified SIP user to the desktop app
Back to top
Request Details
Response Details
URL and Query String Parameters
Name
Type
Required
uuid
String
True
The UUID of the SIP User to be invited
POST body
Name
Type
Required
JSON all-fields example:
{}
201 Response
{
"result" : {},
"status_code" : 201,
"status_message" : "Created"
}
404 Response
{
"result" : {},
"status_code" : 404,
"status_message" : "Not Found"
}
Removes an invite from the specified SIP user, if they have accepted the invite it will delete their registration
Back to top
Request Details
Response Details
URL and Query String Parameters
Name
Type
Required
uuid
String
True
The UUID of the SIP User to remove from the desktop app
204 Response
{
"result" : {},
"status_code" : 204,
"status_message" : "No Content"
}
404 Response
{
"result" : {},
"status_code" : 404,
"status_message" : "Not Found"
}