Returns

{
  "associated_users": [
    {
      "user_id": {
        "description": "id of the user",
        "values": "32-bit signed integer",
        "optional": false
      },
      "user_type": {
        "description": "type of the user",
        "values": "one of , anonymous, unregistered, registered, or moderator",
        "optional": false
      },
      "display_name": {
        "description": "displayable name of the user",
        "values": "string",
        "optional": false,
        "suggested_buffer_size": 40
      },
      "reputation": {
        "description": "reputation of the user",
        "values": "32-bit signed integer",
        "optional": false
      },
      "on_site": {
        "name": {
          "description": "name of the site",
          "values": "string",
          "optional": false,
          "suggested_buffer_size": 100
        },
        "logo_url": {
          "description": "absolute path to the logo for the site",
          "values": "string",
          "optional": true,
          "suggested_buffer_size": 512
        },
        "api_endpoint": {
          "description": "absolute path to the api endpoint for the site, sans the version string",
          "values": "string",
          "optional": true,
          "suggested_buffer_size": 100
        },
        "site_url": {
          "description": "absolute path to the front page of the site",
          "values": "string",
          "optional": true,
          "suggested_buffer_size": 100
        },
        "description": {
          "description": "description of the site, suitable for display to a user",
          "values": "string",
          "optional": true,
          "suggested_buffer_size": 512
        },
        "icon_url": {
          "description": "absolute path to an icon suitable for representing the site, it is a consumers responsibility to scale",
          "values": "string",
          "optional": true,
          "suggested_buffer_size": 100
        },
        "aliases": [
          {
            "values": "string"
          }
        ],
        "state": {
          "description": "state of this site.",
          "values": "one of normal, closed_beta, open_beta, or linked_meta",
          "optional": false
        },
        "styling": {
          "link_color": {
            "description": "color of links, as a CSS style color value",
            "values": "string",
            "optional": false
          },
          "tag_foreground_color": {
            "description": "foreground color of tags, as a CSS style color value",
            "values": "string",
            "optional": false
          },
          "tag_background_color": {
            "description": "background/fill color of tags, as a CSS style color value",
            "values": "string",
            "optional": false
          }
        }
      },
      "email_hash": {
        "description": "email hash, suitable for fetching a gravatar",
        "values": "string",
        "optional": false,
        "suggested_buffer_size": 32
      }
    }
  ]
}