Azure-docs: Create a group with a batch of users

Created on 17 Dec 2018  ·  6Comments  ·  Source: MicrosoftDocs/azure-docs

How to create (or update) a group with a bunch of users? For example I know users that will be in a group beforehand and I would like to do something like this:

PUT https://<instance-name>.service.signalr.net:5002/api/v1-preview/hub/<hub-name>/group/my-group-1

{
    "users": [
        "user-1",
        "user-2",
        "user-3",
        "user-4"
    ]
}

How can I achieve that?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

cxp product-question signalsvc triaged

Most helpful comment

We actually have finished batch support for REST API implementation, we are doing tests now. It allows flexible batch modes, including batch for users, batch for groups, or mix-match.

All 6 comments

@ebashmakov Thanks for the feedback! We are currently investigating and will update you shortly.

The batch support for REST API is being worked on right now. Once it's released we will update the corresponding doc including the REST API doc on this page.

@sffamily that's good news! The batch support is an essential thing for me to start work with Azure SignalR Service so it's highly expected. Thank you!

We actually have finished batch support for REST API implementation, we are doing tests now. It allows flexible batch modes, including batch for users, batch for groups, or mix-match.

Fantastic! Looking forward to it 👍

@ebashmakov We will now proceed to close this thread. If there are further questions regarding this matter, please tag me in your reply. We will gladly continue the discussion and we will reopen the issue.

Was this page helpful?
0 / 5 - 0 ratings