---
title: "Notify the associated service providers for this person of the event"
method: POST
path: "/api/persons/{personId}/associatedServiceProviders/notify"
tags: ["person-controller"]
---

# Notify the associated service providers for this person of the event

`POST /api/persons/{personId}/associatedServiceProviders/notify`

Notify the associated service providers for this person of the event.

## Path parameters

- `personId` string, required

## Request body

- AssociatedServiceProviderPersonNotification
  - `credentialTypeHref` string
  - `eventTypeOfInterest` 'FAILED_ISSUANCE' | 'SUCCESSFUL_ISSUANCE'
  - `serviceProviderHrefs` string[]
  - `spHrefWithPermissions` ServiceProviderHrefWithPermission[]
    - `permissionDecision` 'ALWAYS' | 'JUST_ONCE' | 'NEVER'
    - `serviceProviderHref` string

## Response `201`

Created

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Unexpected error in processing the request.

---

[API](https://skmtc.dev/myverifly/apis/api-documentation.md) · [All operations](https://skmtc.dev/myverifly/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myverifly/api-documentation/revisions/03f300608c33/schema)
