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
    • Schemas
      • TeamRole
      • ProjectAccessMode
      • CreateTeamAccessGrantRequest
      • TeamAccessGrant
      • CreateTeamAccessGrantResponse
      • ErrorResponse

    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