GitHub · Example Payload

Github Scim User Name Response Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Github Scim User Name Response 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

formattedfamilyNamegivenNamemiddleName

Example Payload

Raw ↑
{
  "formatted": "Ms. Mona Lisa Octocat",
  "familyName": "Octocat",
  "givenName": "Mona",
  "middleName": "Lisa"
}