POST
/
community
/
{id}
/
tag
/
{tagId}
/
member
curl --request POST \
  --url https://api.other.page/v1/community/{id}/tag/{tagId}/member \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "members": [
    "<string>"
  ]
}'

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

Community ID

tagId
string
required

Body

application/json
members
string[]
required