GitHub · Example Payload

Github Scim Meta Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

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

Top-level fields

resourceTypecreatedlastModifiedlocation

Example Payload

Raw ↑
{
  "resourceType": "User",
  "created": "2022-03-27T19:59:26.000Z",
  "lastModified": "2022-03-27T19:59:26.000Z",
  "location": "example_value"
}