Ciele
Kanäle

Seat Teammates in a channel

POST/api/v1/channels/{id}/teammates

Erfordert einen API-Schlüssel der Organisation mit der Berechtigung „member“.

AuthorizationBearer <token>

In: header

Path Parameters

id*string

Request Body

application/json

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/v1/channels/string/teammates" \  -H "Content-Type: application/json" \  -d '{    "teammateIds": [      "string"    ]  }'
Empty
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}