Ionetix · Schema

user

CompanyHealthcareLife SciencesRadiopharmaceuticalsNuclear MedicineMedical ImagingCardiologyOncologyIsotopesManufacturingContent

Properties

Name Type Description
id integer Unique identifier for the user.
username string Login name for the user.
name string Display name for the user.
first_name string First name for the user.
last_name string Last name for the user.
email string The email address for the user.
url string URL of the user.
description string Description of the user.
link string Author URL of the user.
locale string Locale for the user.
nickname string The nickname for the user.
slug string An alphanumeric identifier for the user.
registered_date string Registration date for the user.
roles array Roles assigned to the user.
password string Password for the user (never included).
capabilities object All capabilities assigned to the user.
extra_capabilities object Any extra capabilities assigned to the user.
avatar_urls object Avatar URLs for the user.
meta object Meta fields.
View JSON Schema on GitHub

JSON Schema

ionetix-users.schema.json Raw ↑
{
 "$schema": "http://json-schema.org/draft-04/schema#",
 "title": "user",
 "type": "object",
 "properties": {
  "id": {
   "description": "Unique identifier for the user.",
   "type": "integer"
  },
  "username": {
   "description": "Login name for the user.",
   "type": "string",
   "required": true
  },
  "name": {
   "description": "Display name for the user.",
   "type": "string"
  },
  "first_name": {
   "description": "First name for the user.",
   "type": "string"
  },
  "last_name": {
   "description": "Last name for the user.",
   "type": "string"
  },
  "email": {
   "description": "The email address for the user.",
   "type": "string",
   "format": "email",
   "required": true
  },
  "url": {
   "description": "URL of the user.",
   "type": "string",
   "format": "uri"
  },
  "description": {
   "description": "Description of the user.",
   "type": "string"
  },
  "link": {
   "description": "Author URL of the user.",
   "type": "string",
   "format": "uri"
  },
  "locale": {
   "description": "Locale for the user.",
   "type": "string",
   "enum": [
    "",
    "en_US"
   ]
  },
  "nickname": {
   "description": "The nickname for the user.",
   "type": "string"
  },
  "slug": {
   "description": "An alphanumeric identifier for the user.",
   "type": "string"
  },
  "registered_date": {
   "description": "Registration date for the user.",
   "type": "string",
   "format": "date-time"
  },
  "roles": {
   "description": "Roles assigned to the user.",
   "type": "array",
   "items": {
    "type": "string"
   }
  },
  "password": {
   "description": "Password for the user (never included).",
   "type": "string",
   "required": true
  },
  "capabilities": {
   "description": "All capabilities assigned to the user.",
   "type": "object"
  },
  "extra_capabilities": {
   "description": "Any extra capabilities assigned to the user.",
   "type": "object"
  },
  "avatar_urls": {
   "description": "Avatar URLs for the user.",
   "type": "object",
   "properties": {
    "24": {
     "description": "Avatar URL with image size of 24 pixels.",
     "type": "string",
     "format": "uri"
    },
    "48": {
     "description": "Avatar URL with image size of 48 pixels.",
     "type": "string",
     "format": "uri"
    },
    "96": {
     "description": "Avatar URL with image size of 96 pixels.",
     "type": "string",
     "format": "uri"
    }
   }
  },
  "meta": {
   "description": "Meta fields.",
   "type": "object",
   "properties": {
    "persisted_preferences": {
     "type": "object",
     "title": "",
     "description": "",
     "default": [],
     "properties": {
      "_modified": {
       "description": "The date and time the preferences were updated.",
       "type": "string",
       "format": "date-time"
      }
     },
     "additionalProperties": true
    }
   }
  }
 },
 "x-source": "HTTP OPTIONS https://ionetix.com/wp-json/wp/v2/users",
 "x-fetched": "2026-08-23"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ionetix-users.schema"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.