POST
/
admin
/
v0
/
groups
/
{group_id}
/
members
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

content-type
enum<string>
required
Available options:
application/json

Path Parameters

group_id
string
required
Minimum length: 1

Body

application/json
user
object
required

The user identifier, which must be exactly one of the following: Slack user ID, email, or Tightknit profile ID

send_notification_to_new_member
boolean
default:
true

If true, sends a private notification to the new member

Response

200
application/json
Gets a list of calendar events in the community
success
boolean
required