Documentation

​
​

Development

User Acquisition

Monetization

Industry

Vivox Core SDK

Vivox Core SDK

Vivox
​
​
Vivox Core SDK
  • Overview
  • Before you begin
  • Get started
  • Release notes
  • Developer Guide
  • Reference
    • Access Token Developer Guide
    • Server to Server Web API Reference Guide
      • Prerequisites
      • Authentication
      • Access tokens
      • Channel and user identification
      • Parameters
      • Login API
      • Control active channels API
      • Kick API
        • Access token claims for the Kick API
        • URI structure for the Kick API
        • Kick a user from a channel
        • Kick a user from a server
      • Error handling
    • Core API Reference Manual
    • Third-party license information
  • Privacy overview
  1. Vivox Core SDK documentation

Kick a user from a server

Reference the Vivox Core SDK API.
Read time 1 minute
Last updated 8 months ago

The following scenario displays an example of how to kick a user from a server when you call
viv_adm_user_kick.php
:
Note
Kicking a user from a server disconnects the user from the server and every channel they are in.
  • Domain:
    mt1s.vivox.com
  • Issuer:
    blindmelon-AppName-dev
  • Admin user:
    blindmelon-AppName-dev-Admin
  • User to kick:
    jerky
Based on this information, call
viv_adm_user_kick.ph
with the following parameters:
  • access_token
    - The access token with specified claims for this action.
  • auth_token
    - The token that
    viv_signin.php
    returns for
    blindmelon-AppName-dev-Admin
    (Refer to the Login API).
  • chan_uri
    -
    sip:blindmelon-AppName-dev-service@mt1s.vivox.com
  • user_uri
    -
    sip:.blindmelon.jerky.@mt1s.vivox.com

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.


    Report a problem with this page