Skip to main content
POST /add-members-to-thread Add up to 10 members to a thread.

Headers

NameValue
apikey28-Character API Key

Body

NameTypeDescription
discordUserIdsarray*Array of Discord IDs to add to the thread (up to 10)
discordBotTokenstring*Your Discord bot token
threadIdstring*The thread users should be added to

Response

{
  "success": true
}