GitHub Actions · Example Payload

Github Actions Simple User Example

Github Actions Simple User Example is an example object payload from GitHub Actions, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

loginidnode_idavatar_urlurlhtml_urltype

Example Payload

Raw ↑
{
  "login": "example_value",
  "id": "abc123",
  "node_id": "500123",
  "avatar_url": "https://www.example.com",
  "url": "https://www.example.com",
  "html_url": "https://www.example.com",
  "type": "example_value"
}