Apidog API
    • Introduction
    • API Versions
    • Authentication
    • Import & Export
      • Import OpenAPI/Swagger Data
        POST
      • Import Postman Collection Data
        POST
      • Export Data in OpenAPI/Swagger Format
        POST
    • Team Access Grants
      • Assign a team role via the external API
        POST
    • Project Access
      • Find Team Projects by Exact Match
        GET
      • Find Accessible Teams by Exact Match
        GET
      • Grant or Invite Project Access
        POST
      • List Available Project Roles for a Team
        GET
    • Organization Teams
      • Create organization team
        POST
    • Apidog CLI
      • Overview
      • Installing Apidog CLI
      • Apidog CLI Commands & Options
      • Use Apidog CLI with an AI Agent
    • Schemas
      • TeamRole
      • ErrorResponse
      • ProjectAccessMode
      • CreateTeamAccessGrantRequest
      • TeamAccessGrant
      • CreateTeamAccessGrantResponse

    TeamAccessGrant

    {
        "status": "granted",
        "teamId": 41,
        "email": "member@example.com",
        "userId": 101,
        "teamRole": "admin",
        "projectAccessMode": "mapped",
        "projectAccessCreatedCount": 3,
        "projectAccessUpdatedCount": 0,
        "projectAccessDeletedCount": 0,
        "teamRoleChanged": true,
        "projectAccessChanged": true
    }
    Built with