GitLab · Example Payload

Gitlab Oauth2 User Info Example

CodePlatformSoftware DevelopmentSource Control

Gitlab Oauth2 User Info Example is an example object payload from GitLab, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

subnamenicknameemailemail_verifiedprofilepicturegroups

Example Payload

Raw ↑
{
  "sub": "example_value",
  "name": "Example Project",
  "nickname": "Example Project",
  "email": "user@example.com",
  "email_verified": true,
  "profile": "example_value",
  "picture": "example_value",
  "groups": [
    "example_value"
  ]
}