1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. GitLabAccessStatusResponse

GitLabAccessStatusResponse

    Response describing the user’s GitLab access status for an organization, including whether they have a valid token and available GitLab groups.

    Properties

    • hasUserToken boolean required
      Whether the user has a valid GitLab OAuth token.
    • availableGroups array[GitLabAppOrganization] optional
      GitLab groups available for integration that the user has access to.
    • id integer required
      The GitLab group or organization ID
    • name string required
      The name of the GitLab organization
    • avatarURL string required
      The URL of the organization’s avatar image
    • hasRequiredPermissions boolean required
      Whether the integration has the required permissions