GitLab · Example Payload

Gitlab Openapi Original Api_Entities_Access Requester Example

CodePlatformSoftware DevelopmentSource Control

Gitlab Openapi Original Api_Entities_Access Requester Example is an example object payload from GitLab, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idusernamenamestateavatar_urlavatar_pathcustom_attributesweb_urlemailrequested_at

Example Payload

Raw ↑
{
  "id": 1,
  "username": "admin",
  "name": "Administrator",
  "state": "active",
  "avatar_url": "https://gravatar.com/avatar/1",
  "avatar_path": "/user/avatar/28/The-Big-Lebowski-400-400.png",
  "custom_attributes": [
    "2026-04-17T12:00:00Z"
  ],
  "web_url": "https://gitlab.example.com/root",
  "email": "user@example.com",
  "requested_at": "2026-04-17T12:00:00Z"
}