LogoAntiRaid
Execute

Execute Setting For User

Executes a setting for a guild given a user. Note that it is perfectly allowed for the user to not be in the guild itself (e.g. ban appeal type settings in the future)

POST
/guilds/{guild_id}/settings

Path Parameters

guild_idstring

The ID of the guild to get the user info for

fieldsunknown
operationstring
settingstring

Response Body

application/json

application/json

curl -X POST "https://loading/guilds/string/settings" \  -H "Content-Type: application/json" \  -d '{    "fields": null,    "operation": "string",    "setting": "string"  }'
{
  "property1": {
    "data": null,
    "type": "Ok"
  },
  "property2": {
    "data": null,
    "type": "Ok"
  }
}
{
  "code": "InternalAuthError",
  "message": "string"
}

Last updated on