person-controller

Get a result from an external service based on information they provide to access their results

Get a result from an external service based on information they provide to access their results.

post/api/persons/{personId}/ext

Path parameters

personIdstring required

personId

Query parameters

tokenValuestring

Headers

accept-languagestring

accept-language

Request body

expectedSubjectstring

Optional ID of the subject to whom any credentials created by the external service should be issued.

extInfostring

Information required to contact the external service

Response

OK

messagestring

message

status'NOT_OK' | 'OK'

status

Example response

{
  "message": "default"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.