Hello,
I hope you’re doing well.
We are currently stuck on a 403 error when trying to use the INT A008 endpoint. the userId returned matches to the user id written on the back of the smartcard that NHS England sent to us.
The error is as follows:
{
“meta”:{
“profile”:[
“FHIR Reference Server eRS-OperationOutcome-1”
]
},
“resourceType”:“OperationOutcome”,
“issue”:[
{
“severity”:“error”,
“code”:“forbidden”,
“details”:{
“coding”:[
{
“code”:“FORBIDDEN”,
“system”:“FHIR Reference Server eRS API Error Code”,
“display”:“Forbidden”
}
]
},
“diagnostics”:“Supplied organisation does not have required role=SERVICE_PROVIDING_ORGANISATION. userId=xxxxxxxxxxxx odsCode=xxxx”
}
]
}
we would greatly appreciate if anyone can help!
Many thanks,