Everbridge Roles API

EB Suites - Roles Management

Operations 5

GET /roles/{organizationId} List Roles #
POST /roles/{organizationId} Create Role #
DELETE /roles/{organizationId}/{roleId} Delete Role #
GET /roles/{organizationId}/{roleId} Get Role #
PUT /roles/{organizationId}/{roleId} Update Role #

Documentation

📖
Documentation
https://developers.everbridge.net/home/docs/overview
📖
APIReference
https://developers.everbridge.net/home/reference
📖
GettingStarted
https://developers.everbridge.net/home/docs/ebs-gs-guide
📖
Authentication
https://developers.everbridge.net/home/docs/ebs-gs-guide-authentication-types
📖
APIReference
https://developers.everbridge.net/home/reference/generate-token
📖
APIReference
https://developers.everbridge.net/home/reference/comms-apis
📖
APIReference
https://developers.everbridge.net/home/reference/authorization
📖
GettingStarted
https://developers.everbridge.net/home/docs/notifications
📖
APIReference
https://developers.everbridge.net/home/reference/cema-query-public
📖
APIReference
https://developers.everbridge.net/home/reference/cema-query-stream-1
📖
APIReference
https://developers.everbridge.net/home/reference/assets
📖
APIReference
https://developers.everbridge.net/home/reference/assets-query
📖
APIReference
https://developers.everbridge.net/home/reference/travel-risk-intelligence
📖
APIReference
https://developers.everbridge.net/home/reference/checks
📖
APIReference
https://developers.everbridge.net/home/reference/risk-events
📖
APIReference
https://developers.everbridge.net/home/reference/safety-devices-event
📖
APIReference
https://developers.everbridge.net/home/reference/snapcomms-authentication
📖
GettingStarted
https://support.snapcomms.com/hc/en-us/articles/19361020051867-Integration-Through-API-Overview

Specifications

Other Resources

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/everbridge-roles-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

everbridge-roles-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  description: EB Suite APIs.
  title: EB Suite Roles API
  version: '1.0'
servers:
- url: https://api.everbridge.net/rest
- url: https://api.everbridge.eu/rest
tags:
- description: EB Suites - Roles Management
  name: Roles
paths:
  /roles/{organizationId}:
    get:
      description: Retrieve all roles for an organization.
      operationId: EBS List Roles
      parameters:
      - description: The ID of the organization.
        in: path
        name: organizationId
        required: true
        schema:
          $ref: '#/components/schemas/organizationId'
      - description: The page of roles data to return. Page size is 10, and pageNumber is assumed to be 1 if not provided.
        in: query
        name: pageNumber
        required: false
        schema:
          default: 1
          example: 1
          type: integer
      requestBody:
        content:
          application/json:
            examples:
              Users in an account:
                summary: Roles in an organization
                value:
                  pageNumber: '1'
      responses:
        '200':
          content:
            application/json:
              examples:
                Success:
                  summary: Success
                  value:
                    firstPageUri: https://api-dev3.everbridge.net/rest/roles/1503449006997506/?pageNumber=1
                    lastPageUri: https://api-dev3.everbridge.net/rest/roles/1503449006997506/?pageNumber=1
                    message: OK
                    page:
                      currentPageNo: 1
                      data:
                      - id: 1927857810964481
                        name: gm_1
                        permissionScope:
                          accessToAllNotificationFeatures: true
                          addContactsToGroups: false
                          createContacts: true
                          createEditDeleteGroups: false
                          createEditDeleteSchedules: true
                          createEditViewCockpitWorkFlows: false
                          deleteContacts: true
                          incidentZones: true
                          incidentZonesRegistered: false
                          moveRemoveContactsFromGroups: false
                          onlyEditRulesWithSameRole: false
                          reopenIncident: false
                          restrictToIncidentSimulationOnly: false
                          restrictToSimulationOnly: false
                          viewCockpitWorkFlows: false
                          viewDownloadAllContacts: true
                          viewDownloadEditAllContacts: true
                        roleDataScope:
                          broadcastTemplateIds:
                          - -1
                          dynamicGroupIds:
                          - 1669475262792058
                          groupIds:
                          - 1662603315118183
                        roleTemplate: GROUP_MANAGER
                      - id: 1830966033121292
                        name: gm1
                        permissionScope:
                          accessToAllNotificationFeatures: true
                          addContactsToGroups: false
                          createContacts: true
                          createEditDeleteGroups: false
                          createEditDeleteSchedules: true
                          createEditViewCockpitWorkFlows: false
                          deleteContacts: true
                          incidentZones: true
                          incidentZonesRegistered: false
                          moveRemoveContactsFromGroups: false
                          onlyEditRulesWithSameRole: false
                          reopenIncident: false
                          restrictToIncidentSimulationOnly: false
                          restrictToSimulationOnly: false
                          viewCockpitWorkFlows: false
                          viewDownloadAllContacts: true
                          viewDownloadEditAllContacts: true
                        roleDataScope:
                          broadcastTemplateIds:
                          - -1
                          groupIds:
                          - 1662603315118183
                        roleTemplate: GROUP_MANAGER
                      pageSize: 10
                      start: 0
                      totalCount: 2
                      totalPageCount: 1
              schema:
                $ref: '#/components/schemas/getRoles'
          description: Success
        '400':
          content:
            application/json:
              examples:
                Invalid Request Input:
                  summary: Invalid Input
                  value:
                    message: type mismatch exception
                    status: 400
              schema:
                properties:
                  message:
                    description: Error message
                    type: string
                  status:
                    description: Missing or invalid request input
                    enum:
                    - '400'
                    type: string
                type: object
          description: Invalid request input
        '401':
          content:
            application/json:
              examples:
                Invalid Credentials:
                  summary: Invalid Credentials
                  value:
                    message: 'Invalid credentials: Password invalid'
                    status: 401
              schema:
                properties:
                  message:
                    description: Error message
                    type: string
                  status:
                    description: Invalid or missing credentials
                    enum:
                    - '401'
                    type: string
                type: object
          description: Invalid Credentials
        '404':
          content:
            application/json:
              examples:
                Invalid Credentials:
                  summary: Invalid Role
                  value:
                    message: Invalid Role
                    status: 404
              schema:
                properties:
                  message:
                    description: Error message
                    type: string
                  status:
                    description: Invalid Role
                    enum:
                    - '404'
                    type: string
                type: object
          description: Invalid Role
      security:
      - BasicAuth: []
      - API_Authorizer: []
      - api_key: []
      summary: List Roles
      tags:
      - Roles
      x-amazon-apigateway-integration:
        httpMethod: GET
        passthroughBehavior: when_no_match
        requestParameters:
          integration.request.path.organizationId: method.request.path.organizationId
        responses:
          default:
            statusCode: '200'
        type: http_proxy
        uri: https://ebs-restapi-prod-us.evbg.io/rest/roles/{organizationId}
    post:
      description: Create a role for an organization.
      operationId: EBS Create Role
      parameters:
      - description: The ID of the organization.
        in: path
        name: organizationId
        required: true
        schema:
          $ref: '#/components/schemas/organizationId'
      requestBody:
        content:
          application/json:
            examples:
              Create role with dynamicGroupIds and groupIds:
                summary: Create role with dynamicGroupIds and groupIds
                value:
                  name: example_role_name
                  roleDataScope:
                    dynamicGroupIds:
                    - 0
                    groupIds:
                    - 0
                  roleTemplate: GROUP_MANAGER
              Create role with groupIds:
                summary: Create role with groupIds
                value:
                  name: example_role_name
                  roleDataScope:
                    groupIds:
                    - 0
                  roleTemplate: GROUP_MANAGER
              Create role with most properties:
                summary: Create role with most properties
                value:
                  name: example_role_name
                  permissionScope:
                    accessToAllNotificationFeatures: true
                    addContactsToGroups: true
                    createContacts: true
                    createEditDeleteGroups: true
                    createEditDeleteSchedules: true
                    createEditViewCockpitWorkFlows: true
                    deleteContacts: true
                    incidentZones: true
                    incidentZonesRegistered: true
                    moveRemoveContactsFromGroups: true
                    onlyEditRulesWithSameRole: true
                    reopenIncident: true
                    restrictToIncidentSimulationOnly: true
                    restrictToSimulationOnly: true
                    restrictionEditDeleteTemplates: true
                    uploadContacts: true
                    viewCockpitWorkFlows: true
                    viewDownloadAllContacts: true
                    viewDownloadEditAllContacts: true
                  roleDataScope:
                    dynamicGroupIds:
                    - 0
                    groupIds:
                    - 0
                  roleTemplate: GROUP_MANAGER
              Create role with permission scope:
                summary: Create role with permission scope
                value:
                  name: example_role_name
                  permissionScope:
                    accessToAllNotificationFeatures: true
                    addContactsToGroups: true
                    createContacts: true
                    createEditDeleteGroups: true
                    createEditDeleteSchedules: true
                    createEditViewCockpitWorkFlows: true
                    deleteContacts: true
                    incidentZones: true
                    incidentZonesRegistered: true
                    moveRemoveContactsFromGroups: true
                    onlyEditRulesWithSameRole: true
                    reopenIncident: true
                    restrictToIncidentSimulationOnly: true
                    restrictToSimulationOnly: true
                    restrictionEditDeleteTemplates: true
                    uploadContacts: true
                    viewCockpitWorkFlows: true
                    viewDownloadAllContacts: true
                    viewDownloadEditAllContacts: true
                  roleTemplate: GROUP_MANAGER
            schema:
              $ref: '#/components/schemas/roleRequest'
      responses:
        '200':
          content:
            application/json:
              examples:
                Updated:
                  summary: Success
                  value:
                    baseUri: https://api-dev3.everbridge.net/rest/roles/1503449006997506/
                    id: 1992557198311425
                    instanceUri: https://api-dev3.everbridge.net/rest/roles/1503449006997506/1992557198311425
                    message: OK
              schema:
                $ref: '#/components/schemas/postUpdateResponse'
          description: Success
        '400':
          content:
            application/json:
              examples:
                Invalid Request Input:
                  summary: Invalid Input
                  value:
                    message: type mismatch exception
                    status: 400
              schema:
                properties:
                  message:
                    description: Error message
                    type: string
                  status:
                    description: Missing or invalid request input
                    enum:
                    - '400'
                    type: string
                type: object
          description: Invalid request input
        '401':
          content:
            application/json:
              examples:
                Invalid Credentials:
                  summary: Invalid Credentials
                  value:
                    message: 'Invalid credentials: Password invalid'
                    status: 401
              schema:
                properties:
                  message:
                    description: Error message
                    type: string
                  status:
                    description: Invalid or missing credentials
                    enum:
                    - '401'
                    type: string
                type: object
          description: Invalid Credentials
      security:
      - BasicAuth: []
      - API_Authorizer: []
      - api_key: []
      summary: Create Role
      tags:
      - Roles
      x-amazon-apigateway-integration:
        httpMethod: POST
        passthroughBehavior: when_no_match
        requestParameters:
          integration.request.path.organizationId: method.request.path.organizationId
        responses:
          default:
            statusCode: '200'
        type: http_proxy
        uri: https://ebs-restapi-prod-us.evbg.io/rest/roles/{organizationId}
  /roles/{organizationId}/{roleId}:
    delete:
      description: Delete a role for an organization.
      operationId: EBS Delete Role
      parameters:
      - description: The ID of the organization containing the role.
        in: path
        name: organizationId
        required: true
        schema:
          $ref: '#/components/schemas/organizationId'
      - description: The ID of the role to delete.
        in: path
        name: roleId
        required: true
        schema:
          $ref: '#/components/schemas/roleId'
      responses:
        '200':
          content:
            application/json:
              examples:
                Success:
                  summary: Success
                  value:
                    baseUri: https://api-dev3.everbridge.net/rest/roles/
                    id: 1972869068226561
                    instanceUri: https://api-dev3.everbridge.net/rest/roles/1972869068226561
                    message: OK
              schema:
                $ref: '#/components/schemas/postUpdateResponse'
          description: Success
        '400':
          content:
            application/json:
              examples:
                Invalid Request Input:
                  summary: Invalid Input
                  value:
                    message: type mismatch exception
                    status: 400
              schema:
                properties:
                  message:
                    description: Error message
                    type: string
                  status:
                    description: Missing or invalid request input
                    enum:
                    - '400'
                    type: string
                type: object
          description: Invalid request input
        '401':
          content:
            application/json:
              examples:
                Invalid Credentials:
                  summary: Invalid Credentials
                  value:
                    message: 'Invalid credentials: Password invalid'
                    status: 401
              schema:
                properties:
                  message:
                    description: Error message
                    type: string
                  status:
                    description: Invalid or missing credentials
                    enum:
                    - '401'
                    type: string
                type: object
          description: Invalid Credentials
        '404':
          content:
            application/json:
              examples:
                Invalid Credentials:
                  summary: Invalid Role
                  value:
                    message: Invalid Role
                    status: 404
              schema:
                properties:
                  message:
                    description: Error message
                    type: string
                  status:
                    description: Invalid Role
                    enum:
                    - '404'
                    type: string
                type: object
          description: Invalid Role
      security:
      - BasicAuth: []
      - API_Authorizer: []
      - api_key: []
      summary: Delete Role
      tags:
      - Roles
      x-amazon-apigateway-integration:
        httpMethod: DELETE
        passthroughBehavior: when_no_match
        requestParameters:
          integration.request.path.organizationId: method.request.path.organizationId
          integration.request.path.roleId: method.request.path.roleId
        responses:
          default:
            statusCode: '200'
        type: http_proxy
        uri: https://ebs-restapi-prod-us.evbg.io/rest/roles/{organizationId}/{roleId}
    get:
      description: Get a role for an organization.
      operationId: EBS Get Role
      parameters:
      - description: The ID of the organization containing the role.
        in: path
        name: organizationId
        required: true
        schema:
          $ref: '#/components/schemas/organizationId'
      - description: The ID of the role to return.
        in: path
        name: roleId
        required: true
        schema:
          $ref: '#/components/schemas/roleId'
      responses:
        '200':
          content:
            application/json:
              examples:
                Success:
                  summary: Success
                  value:
                    message: OK
                    result:
                      id: 1992557198311425
                      name: readme-role
                      permissionScope:
                        createContacts: true
                        createEditViewCockpitWorkFlows: false
                        deleteContacts: true
                        onlyEditRulesWithSameRole: true
                        reopenIncident: true
                        restrictToIncidentSimulationOnly: true
                        restrictionEditDeleteTemplates: false
                        uploadContacts: true
                        viewCockpitWorkFlows: false
                        viewDownloadEditAllContacts: true
                      roleTemplate: INCIDENT_ADMIN
              schema:
                $ref: '#/components/schemas/getRole'
          description: Success
        '400':
          content:
            application/json:
              examples:
                Invalid Request Input:
                  summary: Invalid Input
                  value:
                    message: type mismatch exception
                    status: 400
              schema:
                properties:
                  message:
                    description: Error message
                    type: string
                  status:
                    description: Missing or invalid request input
                    enum:
                    - '400'
                    type: string
                type: object
          description: Invalid request input
        '401':
          content:
            application/json:
              examples:
                Invalid Credentials:
                  summary: Invalid Credentials
                  value:
                    message: 'Invalid credentials: Password invalid'
                    status: 401
              schema:
                properties:
                  message:
                    description: Error message
                    type: string
                  status:
                    description: Invalid or missing credentials
                    enum:
                    - '401'
                    type: string
                type: object
          description: Invalid Credentials
        '404':
          content:
            application/json:
              examples:
                Invalid Credentials:
                  summary: Invalid Role
                  value:
                    message: Invalid Role
                    status: 404
              schema:
                properties:
                  message:
                    description: Error message
                    type: string
                  status:
                    description: Invalid Role
                    enum:
                    - '404'
                    type: string
                type: object
          description: Invalid Role
      security:
      - BasicAuth: []
      - API_Authorizer: []
      - api_key: []
      summary: Get Role
      tags:
      - Roles
      x-amazon-apigateway-integration:
        httpMethod: GET
        passthroughBehavior: when_no_match
        requestParameters:
          integration.request.path.organizationId: method.request.path.organizationId
          integration.request.path.roleId: method.request.path.roleId
        responses:
          default:
            statusCode: '200'
        type: http_proxy
        uri: https://ebs-restapi-prod-us.evbg.io/rest/roles/{organizationId}/{roleId}
    put:
      description: Update a role for an organization.
      operationId: EBS Update Role
      parameters:
      - description: The ID of the organization.
        in: path
        name: organizationId
        required: true
        schema:
          $ref: '#/components/schemas/organizationId'
      - description: The ID of the role to update.
        in: path
        name: roleId
        required: true
        schema:
          $ref: '#/components/schemas/roleId'
      requestBody:
        content:
          application/json:
            examples:
              Update role with dynamicGroupIds and groupIds:
                summary: Update role with dynamicGroupIds and groupIds
                value:
                  name: example_role_name
                  roleDataScope:
                    dynamicGroupIds:
                    - 0
                    groupIds:
                    - 0
                  roleTemplate: GROUP_MANAGER
              Update role with groupIds:
                summary: Update role with groupIds
                value:
                  name: example_role_name
                  roleDataScope:
                    groupIds:
                    - 0
                  roleTemplate: GROUP_MANAGER
              Update role with most properties:
                summary: Update role with most properties
                value:
                  name: example_role_name
                  permissionScope:
                    accessToAllNotificationFeatures: true
                    addContactsToGroups: true
                    createContacts: true
                    createEditDeleteGroups: true
                    createEditDeleteSchedules: true
                    createEditViewCockpitWorkFlows: true
                    deleteContacts: true
                    incidentZones: true
                    incidentZonesRegistered: true
                    moveRemoveContactsFromGroups: true
                    onlyEditRulesWithSameRole: true
                    reopenIncident: true
                    restrictToIncidentSimulationOnly: true
                    restrictToSimulationOnly: true
                    restrictionEditDeleteTemplates: true
                    uploadContacts: true
                    viewCockpitWorkFlows: true
                    viewDownloadAllContacts: true
                    viewDownloadEditAllContacts: true
                  roleDataScope:
                    dynamicGroupIds:
                    - 0
                    groupIds:
                    - 0
                  roleTemplate: GROUP_MANAGER
              Update role with permission scope:
                summary: Update role with permission scope
                value:
                  name: example_role_name
                  permissionScope:
                    accessToAllNotificationFeatures: true
                    addContactsToGroups: true
                    createContacts: true
                    createEditDeleteGroups: true
                    createEditDeleteSchedules: true
                    createEditViewCockpitWorkFlows: true
                    deleteContacts: true
                    incidentZones: true
                    incidentZonesRegistered: true
                    moveRemoveContactsFromGroups: true
                    onlyEditRulesWithSameRole: true
                    reopenIncident: true
                    restrictToIncidentSimulationOnly: true
                    restrictToSimulationOnly: true
                    restrictionEditDeleteTemplates: true
                    uploadContacts: true
                    viewCockpitWorkFlows: true
                    viewDownloadAllContacts: true
                    viewDownloadEditAllContacts: true
                  roleTemplate: GROUP_MANAGER
            schema:
              $ref: '#/components/schemas/roleRequest'
      responses:
        '200':
          content:
            application/json:
              examples:
                Updated:
                  summary: Success
                  value:
                    baseUri: https://api-dev3.everbridge.net/rest/roles/1503449006997506/
                    id: 1992557198311425
                    instanceUri: https://api-dev3.everbridge.net/rest/roles/1503449006997506/1992557198311425
                    message: OK
              schema:
                $ref: '#/components/schemas/postUpdateResponse'
          description: Success
        '400':
          content:
            application/json:
              examples:
                Invalid Request Input:
                  summary: Invalid Input
                  value:
                    message: type mismatch exception
                    status: 400
              schema:
                properties:
                  message:
                    description: Error message
                    type: string
                  status:
                    description: Missing or invalid request input
                    enum:
                    - '400'
                    type: string
                type: object
          description: Invalid request input
        '401':
          content:
            application/json:
              examples:
                Invalid Credentials:
                  summary: Invalid Credentials
                  value:
                    message: 'Invalid credentials: Password invalid'
                    status: 401
              schema:
                properties:
                  message:
                    description: Error message
                    type: string
                  status:
                    description: Invalid or missing credentials
                    enum:
                    - '401'
                    type: string
                type: object
          description: Invalid Credentials
        '404':
          content:
            application/json:
              examples:
                Invalid Credentials:
                  summary: Invalid Role
                  value:
                    message: Invalid Role
                    status: 404
              schema:
                properties:
                  message:
                    description: Error message
                    type: string
                  status:
                    description: Invalid Role
                    enum:
                    - '404'
                    type: string
                type: object
          description: Invalid Role
      security:
      - BasicAuth: []
      - API_Authorizer: []
      - api_key: []
      summary: Update Role
      tags:
      - Roles
      x-amazon-apigateway-integration:
        httpMethod: PUT
        passthroughBehavior: when_no_match
        requestParameters:
          integration.request.path.organizationId: method.request.path.organizationId
          integration.request.path.roleId: method.request.path.roleId
        responses:
          default:
            statusCode: '200'
        type: http_proxy
        uri: https://ebs-restapi-prod-us.evbg.io/rest/roles/{organizationId}/{roleId}
components:
  schemas:
    postUpdateResponse:
      properties:
        baseUri:
          type: string
        id:
          type: integer
        instanceUri:
          type: string
        message:
          type: string
      type: object
    getRoles:
      properties:
        summary:
          type: string
        value:
          properties:
            currentPageUri:
              type: string
            firstPageUri:
              type: string
            lastPageUri:
              type: string
            message:
              type: string
            nextPageUri:
              type: string
            page:
              properties:
                currentPageNo:
                  type: integer
                data:
                  items:
                    properties:
                      id:
                        type: integer
                      name:
                        type: string
                      permissionScope:
                        properties:
                          accessToAllNotificationFeatures:
                            type: boolean
                          addContactsToGroups:
                            type: boolean
                          createContacts:
                            type: boolean
                          createEditDeleteGroups:
                            type: boolean
                          createEditDeleteSchedules:
                            type: boolean
                          createEditViewCockpitWorkFlows:
                            type: boolean
                          deleteContacts:
                            type: boolean
                          incidentZones:
                            type: boolean
                          incidentZonesRegistered:
                            type: boolean
                          moveRemoveContactsFromGroups:
                            type: boolean
                          onlyEditRulesWithSameRole:
                            type: boolean
                          reopenIncident:
                            type: boolean
                          restrictToIncidentSimulationOnly:
                            type: boolean
                          restrictToSimulationOnly:
                            type: boolean
                          restrictionEditDeleteTemplates:
                            type: boolean
                          uploadContacts:
                            type: boolean
                          viewCockpitWorkFlows:
                            type: boolean
                          viewDownloadAllContacts:
                            type: boolean
                          viewDownloadEditAllContacts:
                            type: boolean
                        type: object
                      roleDataScope:
                        properties:
                          broadcastTemplateIds:
                            items:
                              type: integer
                            type: array
                          dynamicGroupIds:
                            items:
                              type: integer
                            type: array
                          groupIds:
                            items:
                              type: integer
                            type: array
                          incidentTemplateIds:
                            items:
                              type: integer
                            type: array
                          isEmpty:
                            type: boolean
                          organizationId:
                            type: integer
                          referenceId:
                            type: integer
                          referenceType:
                            type: string
                          roleId:
                            type: integer
                        type: object
                      roleTemplate:
                        type: string
                    type: object
                  type: array
                dataPageList:
                  items:
                    type: string
                  type: array
                pageSize:
                  type: integer
                scrollId:
                  type: string
                start:
                  type: integer
                totalCount:
  

# --- truncated at 32 KB (37 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/everbridge/refs/heads/main/openapi/everbridge-roles-api-openapi.yml