Gitea · JSON Structure

Gitea Rest Api User Structure

JSON Structure description of the Gitea User entity.

Type: object Properties: 22
GitSource ControlDevOpsCI/CDCode HostingOpen-SourceSelf-HostedPackage RegistryIssue TrackingPull Requests

User is a JSON Structure definition published by Gitea, describing 22 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

active avatar_url created description email followers_count following_count full_name html_url id is_admin language last_login location login login_name prohibit_login restricted source_id starred_repos_count visibility website

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/gitea/refs/heads/main/json-structure/gitea-rest-api-user-structure.json",
  "name": "User",
  "description": "JSON Structure description of the Gitea User entity.",
  "type": "object",
  "properties": {
    "active": {
      "type": "boolean",
      "description": "Is user active"
    },
    "avatar_url": {
      "type": "string",
      "description": "URL to the user's avatar"
    },
    "created": {
      "type": "string",
      "format": "date-time"
    },
    "description": {
      "type": "string",
      "description": "the user's description"
    },
    "email": {
      "type": "string",
      "format": "email"
    },
    "followers_count": {
      "type": "integer",
      "description": "user counts",
      "format": "int64"
    },
    "following_count": {
      "type": "integer",
      "format": "int64"
    },
    "full_name": {
      "type": "string",
      "description": "the user's full name"
    },
    "html_url": {
      "type": "string",
      "description": "URL to the user's gitea page"
    },
    "id": {
      "type": "integer",
      "description": "the user's id",
      "format": "int64"
    },
    "is_admin": {
      "type": "boolean",
      "description": "Is the user an administrator"
    },
    "language": {
      "type": "string",
      "description": "User locale"
    },
    "last_login": {
      "type": "string",
      "format": "date-time"
    },
    "location": {
      "type": "string",
      "description": "the user's location"
    },
    "login": {
      "type": "string",
      "description": "login of the user, same as `username`"
    },
    "login_name": {
      "type": "string",
      "description": "identifier of the user, provided by the external authenticator (if configured)"
    },
    "prohibit_login": {
      "type": "boolean",
      "description": "Is user login prohibited"
    },
    "restricted": {
      "type": "boolean",
      "description": "Is user restricted"
    },
    "source_id": {
      "type": "integer",
      "description": "The ID of the user's Authentication Source",
      "format": "int64"
    },
    "starred_repos_count": {
      "type": "integer",
      "format": "int64"
    },
    "visibility": {
      "type": "string",
      "description": "User visibility level option: public, limited, private"
    },
    "website": {
      "type": "string",
      "description": "the user's website"
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/gitea-rest-api-user-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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