Add Users to Group

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

Parameters

Response Codes

Updated 3 months ago


Shell Examples

Base URL
https://api.your-wallet.blockdaemon-wallet.com/api/groups/{id}/addUsers

curl --request POST \
     --url https://api.your-wallet.blockdaemon-wallet.com/api/groups/id/addUsers \
     --header 'accept: application/json' \
     --header 'content-type: application/json'

Response Examples

{"status":"200"}
{"status":"400"}
{"status":"401"}
{"status":"403"}
{"status":"404"}
{"status":"409"}
{"status":"500"}
{"status":"default"}