GET serviceowner/reportees?subject={subject}&serviceCode={serviceCode}&serviceEdition={serviceEdition}&roleDefinitionId={roleDefinitionId}&app={app}&showConsentReportees={showConsentReportees}

Gets a list of reportee entities that the subject can represent.

Request Information

Parameters

NameDescriptionAdditional information
subject The social security number of the user to retrieve the reportee list for.

Define this parameter in the request URI.

serviceCode ServiceCode of the service the result should be filtered on. Optional

Define this parameter in the request URI.

serviceEdition ServiceEdition of the service the result should be filtered on. Optional

Define this parameter in the request URI.

roleDefinitionId The RoleDefinitionId the result should be filtered on. Optional. NB: Role definition ids can be different between production and test environment for the same role. Use the general role definitions API endpoint to retrieve/verify correct role definitions.

Define this parameter in the request URI.

app The Altinn app identifier in the format {org}/{appname}

Define this parameter in the request URI.

queryOptions OData Query details. This object is created by the Framework based on parameters in the url.

None.

showConsentReportees Obsolete: This parameter is no longer in use.

Define this parameter in the request URI.

Response Information

List of legal entities that the user can represent.

Response body formats

application/hal+xml

Sample:

Sample not available.

application/hal+json

Sample:
{
  "_links": {
    "self": {
      "href": "sample string 82"
    }
  },
  "_embedded": {
    "sample string 50": [
      {
        "ReporteeId": "sample string 63",
        "PartyUUID": "ace5ae2f-d3d6-4cd5-93e9-64856409d2ce",
        "Name": "sample string 15",
        "Type": "sample string 2",
        "SocialSecurityNumber": "sample string 53",
        "OrganizationNumber": "sample string 97",
        "ParentOrganizationNumber": "sample string 17",
        "OrganizationForm": "sample string 40",
        "Status": "sample string 70",
        "_links": {
          "self": {
            "href": "sample string 88"
          }
        }
      },
      {
        "ReporteeId": "sample string 63",
        "PartyUUID": "ace5ae2f-d3d6-4cd5-93e9-64856409d2ce",
        "Name": "sample string 15",
        "Type": "sample string 2",
        "SocialSecurityNumber": "sample string 53",
        "OrganizationNumber": "sample string 97",
        "ParentOrganizationNumber": "sample string 17",
        "OrganizationForm": "sample string 40",
        "Status": "sample string 70",
        "_links": {
          "self": {
            "href": "sample string 88"
          }
        }
      },
      {
        "ReporteeId": "sample string 63",
        "PartyUUID": "ace5ae2f-d3d6-4cd5-93e9-64856409d2ce",
        "Name": "sample string 15",
        "Type": "sample string 2",
        "SocialSecurityNumber": "sample string 53",
        "OrganizationNumber": "sample string 97",
        "ParentOrganizationNumber": "sample string 17",
        "OrganizationForm": "sample string 40",
        "Status": "sample string 70",
        "_links": {
          "self": {
            "href": "sample string 88"
          }
        }
      }
    ]
  }
}