ServiceNow · Example Payload

Contact Contact Example

AutomationCloud ServicesDigital WorkflowsEnterprise PlatformITSMProcessesT1Workflow-AutomationWorkflows

Contact Contact Example is an example object payload from ServiceNow, with 65 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

sys_idnamefirst_namemiddle_namelast_nameuser_nameemailphonemobile_phonehome_phonetitleemployee_numbercompanyaccountdepartmentmanagerlocationbuildingstreetcitystatezipcountryactiveviplocked_outweb_service_access_onlyinternal_integration_userenable_multifactor_authngeolocation_trackednotificationcalendar_integrationfailed_attemptslatitudelongitudetime_zonedate_formattime_formatpreferred_languagegenderphotointroductionsourcerolescost_centerscheduletime_sheet_policydefault_perspectiveldap_serveragent_status

Example Payload

Raw ↑
{
  "sys_id": "500123",
  "name": "Example Title",
  "first_name": "example_value",
  "middle_name": "example_value",
  "last_name": "example_value",
  "user_name": "example_value",
  "email": "user@example.com",
  "phone": "example_value",
  "mobile_phone": "example_value",
  "home_phone": "example_value",
  "title": "Example Title",
  "employee_number": "example_value",
  "company": "example_value",
  "account": 42,
  "department": "example_value",
  "manager": "example_value",
  "location": "example_value",
  "building": "example_value",
  "street": "example_value",
  "city": "example_value",
  "state": "example_value",
  "zip": "example_value",
  "country": 42,
  "active": true,
  "vip": true,
  "locked_out": true,
  "web_service_access_only": true,
  "internal_integration_user": true,
  "enable_multifactor_authn": true,
  "geolocation_tracked": true,
  "notification": 1,
  "calendar_integration": 10,
  "failed_attempts": 10,
  "latitude": 42.5,
  "longitude": 42.5,
  "time_zone": "example_value",
  "date_format": "dd/mm/yyyy",
  "time_format": "hh.mm.ss a",
  "preferred_language": "example_value",
  "gender": "example_value",
  "photo": "example_value",
  "introduction": "example_value",
  "source": "example_value",
  "roles": "example_value",
  "cost_center": "example_value",
  "schedule": "example_value",
  "time_sheet_policy": "example_value",
  "default_perspective": "example_value",
  "ldap_server": "example_value",
  "agent_status": "Off work",
  "on_schedule": "Ahead",
  "edu_status": "example_value",
  "last_login": "2026-01-15",
  "last_login_time": "2026-01-15T10:30:00Z",
  "last_login_device": "example_value",
  "last_position_update": "2026-01-15T10:30:00Z",
  "sys_class_name": "example_value",
  "sys_created_by": "example_value",
  "sys_created_on": "2026-01-15T10:30:00Z",
  "sys_updated_by": "example_value",
  "sys_updated_on": "2026-01-15T10:30:00Z",
  "sys_mod_count": 42,
  "sys_domain": "example_value",
  "sys_domain_path": "example_value",
  "sys_tags": "example_value"
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/contact-contact-example"
All examples
curl "https://apis.io/api/v1/examples?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.