Skip to main content
Our request has changed! Please use https://api.unrealapi.com for the base url
POST /add-members-to-thread Add up to 10 members to a thread.

Headers

NameValue
apikey28-Character API Key

Body

NameTypeDescription
discordUserIdsarrayArray of Discord IDs to add to the thread (up to 10)
discordBotTokenstringYour Discord bot token
threadIdstringThe thread users should be added to

Response

{
  "success": true
}