/
/Azure Web PubSub Service REST API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2m ago · Updated 2mo ago
general1
webpubsub20
  • postClose the connections in the hub.
  • postGenerate token for the client to connect Azure Web PubSub service.
  • postBroadcast content inside request body to all the connected client connections.
  • deleteClose the client connection.
  • headCheck if the connection with the given connectionId exists.
  • postSend content inside request body to the specific connection.
  • headCheck if there are any client connections inside the given group
  • postClose connections in the specific group.
  • postSend content inside request body to a group of connections.
  • putAdd a connection to the target group.
  • deleteRemove a connection from the target group.
  • putGrant permission to the connection.
  • deleteRevoke permission for the connection.
  • headCheck if a connection has permission to the specified action.
  • headCheck if there are any client connections connected for the given user.
  • postClose connections for the specific user.
  • postSend content inside request body to the specific user.
  • deleteRemove a user from all groups.
  • putAdd a user to the target group.
  • deleteRemove a user from the target group.
    webpubsub

    Remove a user from all groups.

    delete/api/hubs/{hub}/users/{userId}/groups

    Path parameters

    hubstring required

    Target hub name, which should start with alphabetic characters and only contain alpha-numeric characters or underscore.

    userIdstring required

    Target user Id.

    Query parameters

    api-versionstring required

    The version of the REST APIs.

    Response

    The user is removed from all groups.

    Changes