e-RS FHIR API - Response received no relationship

Facing an issue in the INT eRS environment for the eRS FHIR API when posting the below request, where we are receiving an error response with the message “NO_RELATIONSHIP”.

Request:

{
  "meta": {
    "profile": [
      "https://fhir.nhs.uk/STU3/StructureDefinition/eRS-FetchWorklist-Parameters-1"
    ]
  },
  "parameter": [
    {
      "name": "listType",
      "valueCodeableConcept": {
        "coding": [
          {
            "code": "REFERRALS_FOR_REVIEW",
            "system": "https://fhir.nhs.uk/STU3/CodeSystem/eRS-ReferralListSelector-1"
          }
        ]
      }
    },
    {
        "name": "service",
        "valueIdentifier": {
            "system": "http://fhir.nhs.net/Id/ers-service",
            "value": "6709786"
        }
    }
  ],
  "resourceType": "Parameters"
}

Response:

{
    "meta": {
        "profile": [
            "https://fhir.nhs.uk/STU3/StructureDefinition/eRS-OperationOutcome-1"
        ]
    },
    "resourceType": "OperationOutcome",
    "issue": [
        {
            "severity": "error",
            "code": "business-rule",
            "details": {
                "coding": [
                    {
                        "code": "NO_RELATIONSHIP",
                        "system": "https://fhir.nhs.uk/STU3/CodeSystem/eRS-APIErrorCode-1",
                        "display": "No relationship"
                    }
                ]
            }
        }
    ]
}

Further information:

  • Application ID: bdb25e32-da54-4dc5-8538-93a1e3ea2af3
  • Correlation ID: 11C46F5F-CDEF-4865-94B2-0EE0EDCC26DA
  • Date & Time of Request: 14:32 13/10/2025
  • Application-restricted API access mode

Hello Satyam,

The error you are receiving is based on the following:

The user does not have a legitimate relationship with the request or service.

Can you please refer to the answer here.

Thanks,
Balal

Hi Balal,

Thanks for your reply. I have since reviewed the linked post and gone through the set-up on our INT eRS environment, however, we are still facing the same issue with the same response message of no relationship despite the workgroup consisting of all the test accounts that are in use.

Are you or anyone from the team able to support the resolution of this issue through a teams call?

Kind regards,

Satyam

Hello Satyam,

I will send you a direct message to arrange a call to try and help.

Thanks,
Balal

Hi Balal,

I have replied to the direct message, could you please let me know if received & when we can have a call.

Kind regards,

Satyam