Microsoft Azure · Capability

Microsoft Azure Purview Share Client — TenantEmailRegistration

Microsoft Azure Purview Share Client — TenantEmailRegistration. 2 operations. Lead operation: Microsoft Azure Activates The Tenant And Email Combination Using The Activation Code Received. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureTenantEmailRegistration

What You Can Do

POST
Microsoftazurereceivedsharesactivatetenantemailregistration — Microsoft Azure Activates The Tenant And Email Combination Using The Activation Code Received
/v1/emails-activate
POST
Microsoftazurereceivedsharesregistertenantemailregistration — Microsoft Azure Registers The Tenant And Email Combination For Activation
/v1/emails-register

MCP Tools

microsoft-azure-activates-tenant-and

Microsoft Azure Activates The Tenant And Email Combination Using The Activation Code Received

microsoft-azure-registers-tenant-and

Microsoft Azure Registers The Tenant And Email Combination For Activation

Capability Spec

purview-share-client-tenantemailregistration.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Purview Share Client — TenantEmailRegistration
  description: 'Microsoft Azure Purview Share Client — TenantEmailRegistration. 2 operations. Lead operation: Microsoft Azure
    Activates The Tenant And Email Combination Using The Activation Code Received. Self-contained Naftiko capability covering
    one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - TenantEmailRegistration
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: purview-share-client-tenantemailregistration
    baseUri: ''
    description: Microsoft Azure Purview Share Client — TenantEmailRegistration business capability. Self-contained, no shared
      references.
    resources:
    - name: emails:activate
      path: /emails:activate
      operations:
      - name: microsoftazurereceivedsharesactivatetenantemailregistration
        method: POST
        description: Microsoft Azure Activates The Tenant And Email Combination Using The Activation Code Received
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: repeatability-request-id
          in: header
          type: string
          description: If specified, the client directs that the request is repeatable; that is, that the client can make
            the request multiple times with the same Repeatability-Reques
        - name: tenantEmailRegistration
          in: body
          type: string
          description: The tenant email registration payload
          required: true
    - name: emails:register
      path: /emails:register
      operations:
      - name: microsoftazurereceivedsharesregistertenantemailregistration
        method: POST
        description: Microsoft Azure Registers The Tenant And Email Combination For Activation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: repeatability-request-id
          in: header
          type: string
          description: If specified, the client directs that the request is repeatable; that is, that the client can make
            the request multiple times with the same Repeatability-Reques
  exposes:
  - type: rest
    namespace: purview-share-client-tenantemailregistration-rest
    port: 8080
    description: REST adapter for Microsoft Azure Purview Share Client — TenantEmailRegistration. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/emails-activate
      name: emails-activate
      description: REST surface for emails:activate.
      operations:
      - method: POST
        name: microsoftazurereceivedsharesactivatetenantemailregistration
        description: Microsoft Azure Activates The Tenant And Email Combination Using The Activation Code Received
        call: purview-share-client-tenantemailregistration.microsoftazurereceivedsharesactivatetenantemailregistration
        with:
          repeatability-request-id: rest.repeatability-request-id
          tenantEmailRegistration: rest.tenantEmailRegistration
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/emails-register
      name: emails-register
      description: REST surface for emails:register.
      operations:
      - method: POST
        name: microsoftazurereceivedsharesregistertenantemailregistration
        description: Microsoft Azure Registers The Tenant And Email Combination For Activation
        call: purview-share-client-tenantemailregistration.microsoftazurereceivedsharesregistertenantemailregistration
        with:
          repeatability-request-id: rest.repeatability-request-id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: purview-share-client-tenantemailregistration-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Purview Share Client — TenantEmailRegistration. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-activates-tenant-and
      description: Microsoft Azure Activates The Tenant And Email Combination Using The Activation Code Received
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: purview-share-client-tenantemailregistration.microsoftazurereceivedsharesactivatetenantemailregistration
      with:
        repeatability-request-id: tools.repeatability-request-id
        tenantEmailRegistration: tools.tenantEmailRegistration
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-registers-tenant-and
      description: Microsoft Azure Registers The Tenant And Email Combination For Activation
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: purview-share-client-tenantemailregistration.microsoftazurereceivedsharesregistertenantemailregistration
      with:
        repeatability-request-id: tools.repeatability-request-id
      outputParameters:
      - type: object
        mapping: $.