Orbit · Example Payload

Orbit Get Workspace Slug Members Member Slug 200 Response

Developer RelationsCommunity IntelligenceDevRelCommunity ManagementMember TrackingCommunity AnalyticsOpen SourceDeveloper Engagement

Orbit Get Workspace Slug Members Member Slug 200 Response is an example object payload from Orbit, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

dataincluded

Example Payload

Raw ↑
{
  "data": {
    "id": "jWXSAW",
    "type": "member",
    "attributes": {
      "avatar_url": "http://web.archive.org/web/20240303060821/http://github.com/avatar.png",
      "bio": null,
      "birthday": null,
      "company": "LindyOrn",
      "title": null,
      "created_at": "2023-06-21T14:54:22.753Z",
      "deleted_at": null,
      "location": null,
      "name": "Josh",
      "pronouns": null,
      "reach": 0,
      "shipping_address": null,
      "slug": "josh",
      "source": "installation",
      "tag_list": [],
      "tags": [],
      "teammate": false,
      "tshirt": null,
      "updated_at": "2023-06-21T14:54:22.753Z",
      "merged_at": null,
      "url": null,
      "orbit_url": "http://web.archive.org/web/20240303060821/http://localhost:3000/ezekielwalshdds/members/josh",
      "created": false,
      "id": "jWXSAW",
      "orbit_level": null,
      "love": null,
      "first_activity_occurred_at": null,
      "last_activity_occurred_at": null,
      "activities_count": 0,
      "activities_score": 0,
      "twitter": null,
      "github": null,
      "discourse": null,
      "email": null,
      "devto": null,
      "linkedin": null,
      "discord": null,
      "github_followers": null,
      "twitter_followers": null,
      "topics": null,
      "languages": null
    },
    "relationships": {
      "identities": {
        "data": [
          {
            "id": "nZRTEE",
            "type": "spec_identity"
          }
        ]
      },
      "organizations": {
        "data": [
          {
            "id": "BqkFva",
            "type": "organization"
          }
        ]
      }
    }
  },
  "included": [
    {
      "id": "90",
      "type": "spec_identity"
    },
    {
      "id": "BqkFva",
      "type": "organization",
      "attributes": {
        "id": "BqkFva",
        "name": "LindyOrn",
        "website": "example-25.com",
        "logo_url": null,
        "members_count": 1,
        "employees_count": null,
        "organization_type": null,
        "industry": null,
        "estimated_annual_revenue": null,
        "founded_in": null,
        "location": null,
        "twitter": null,
        "twitter_followers": null,
        "facebook": null,
        "facebook_followers": null,
        "linkedin": null,
        "crunchbase": null,
        "email_addresses": null,
        "last_active": null,
        "active_since": null,
        "created_at": "2023-06-21T14:54:22.773Z",
        "updated_at": "2023-06-21T14:54:22.773Z",
        "lifecycle_stage": null,
        "deal_closed_date": null,
        "price_plan": null,
        "crm_uid": null,
        "crm_url": null,
        "owner_name": null,
        "owner_email": null,
        "source": null
      }
    }
  ]
}