LogoAntiRaid
Get

Get Settings For Guild User

Gets the settings 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)

GET
/guilds/{guild_id}/settings

Path Parameters

guild_idstring

The ID of the guild to get the user info for

Response Body

application/json

application/json

curl -X GET "https://loading/guilds/string/settings"
{
  "property1": {
    "data": [
      {
        "columns": [
          {
            "column_type": {
              "inner": {
                "allowed_values": [
                  "string"
                ],
                "kind": "string",
                "max_length": 0,
                "min_length": 0,
                "suggestions": [
                  "string"
                ],
                "type": "String"
              },
              "type": "Scalar"
            },
            "description": "string",
            "hidden": [
              "string"
            ],
            "id": "string",
            "name": "string",
            "nullable": true,
            "placeholder": "string",
            "primary_key": true,
            "readonly": [
              "string"
            ]
          }
        ],
        "description": "string",
        "footer": {},
        "icon": "string",
        "id": "string",
        "index_by": "string",
        "name": "string",
        "operations": [
          "string"
        ],
        "postsend_template": "string",
        "title_template": "string",
        "validation_template": "string",
        "view_template": "string"
      }
    ],
    "type": "Ok"
  },
  "property2": {
    "data": [
      {
        "columns": [
          {
            "column_type": {
              "inner": {
                "allowed_values": [
                  "string"
                ],
                "kind": "string",
                "max_length": 0,
                "min_length": 0,
                "suggestions": [
                  "string"
                ],
                "type": "String"
              },
              "type": "Scalar"
            },
            "description": "string",
            "hidden": [
              "string"
            ],
            "id": "string",
            "name": "string",
            "nullable": true,
            "placeholder": "string",
            "primary_key": true,
            "readonly": [
              "string"
            ]
          }
        ],
        "description": "string",
        "footer": {},
        "icon": "string",
        "id": "string",
        "index_by": "string",
        "name": "string",
        "operations": [
          "string"
        ],
        "postsend_template": "string",
        "title_template": "string",
        "validation_template": "string",
        "view_template": "string"
      }
    ],
    "type": "Ok"
  }
}
{
  "code": "InternalAuthError",
  "message": "string"
}

Last updated on