GET api/Account/Members?companyId={companyId}&isOrg={isOrg}&adresseListe={adresseListe}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
companyId

string

Required

isOrg

boolean

Required

adresseListe

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

Collection of MedlemsListe
NameDescriptionTypeAdditional information
PlayerId

string

None.

PlayerName

string

None.

ProfilePicture

string

None.

Address

string

None.

PostalAddress

string

None.

PostalCode

string

None.

Phone

string

None.

Email

string

None.

Role

string

None.

Birthday

date

None.

PlayerNumber

integer

None.

LastLogin

date

None.

Parent

Collection of Parent

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "playerId": "sample string 1",
    "playerName": "sample string 2",
    "profilePicture": "sample string 3",
    "address": "sample string 4",
    "postalAddress": "sample string 5",
    "postalCode": "sample string 6",
    "phone": "sample string 7",
    "email": "sample string 8",
    "role": "sample string 9",
    "birthday": "2026-01-01T10:37:27.3766221Z",
    "playerNumber": 11,
    "lastLogin": "2026-01-01T10:37:27.3766221Z",
    "parent": [
      {
        "parentName": "sample string 1",
        "parentPhone": "sample string 2",
        "parentEmail": "sample string 3"
      },
      {
        "parentName": "sample string 1",
        "parentPhone": "sample string 2",
        "parentEmail": "sample string 3"
      }
    ]
  },
  {
    "playerId": "sample string 1",
    "playerName": "sample string 2",
    "profilePicture": "sample string 3",
    "address": "sample string 4",
    "postalAddress": "sample string 5",
    "postalCode": "sample string 6",
    "phone": "sample string 7",
    "email": "sample string 8",
    "role": "sample string 9",
    "birthday": "2026-01-01T10:37:27.3766221Z",
    "playerNumber": 11,
    "lastLogin": "2026-01-01T10:37:27.3766221Z",
    "parent": [
      {
        "parentName": "sample string 1",
        "parentPhone": "sample string 2",
        "parentEmail": "sample string 3"
      },
      {
        "parentName": "sample string 1",
        "parentPhone": "sample string 2",
        "parentEmail": "sample string 3"
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfMedlemsListe xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/oiback.Models">
  <MedlemsListe>
    <Address>sample string 4</Address>
    <Birthday>2026-01-01T11:37:27.3766221+01:00</Birthday>
    <Email>sample string 8</Email>
    <LastLogin>2026-01-01T11:37:27.3766221+01:00</LastLogin>
    <Parent>
      <Parent>
        <ParentEmail>sample string 3</ParentEmail>
        <ParentName>sample string 1</ParentName>
        <ParentPhone>sample string 2</ParentPhone>
      </Parent>
      <Parent>
        <ParentEmail>sample string 3</ParentEmail>
        <ParentName>sample string 1</ParentName>
        <ParentPhone>sample string 2</ParentPhone>
      </Parent>
    </Parent>
    <Phone>sample string 7</Phone>
    <PlayerId>sample string 1</PlayerId>
    <PlayerName>sample string 2</PlayerName>
    <PlayerNumber>11</PlayerNumber>
    <PostalAddress>sample string 5</PostalAddress>
    <PostalCode>sample string 6</PostalCode>
    <ProfilePicture>sample string 3</ProfilePicture>
    <Role>sample string 9</Role>
  </MedlemsListe>
  <MedlemsListe>
    <Address>sample string 4</Address>
    <Birthday>2026-01-01T11:37:27.3766221+01:00</Birthday>
    <Email>sample string 8</Email>
    <LastLogin>2026-01-01T11:37:27.3766221+01:00</LastLogin>
    <Parent>
      <Parent>
        <ParentEmail>sample string 3</ParentEmail>
        <ParentName>sample string 1</ParentName>
        <ParentPhone>sample string 2</ParentPhone>
      </Parent>
      <Parent>
        <ParentEmail>sample string 3</ParentEmail>
        <ParentName>sample string 1</ParentName>
        <ParentPhone>sample string 2</ParentPhone>
      </Parent>
    </Parent>
    <Phone>sample string 7</Phone>
    <PlayerId>sample string 1</PlayerId>
    <PlayerName>sample string 2</PlayerName>
    <PlayerNumber>11</PlayerNumber>
    <PostalAddress>sample string 5</PostalAddress>
    <PostalCode>sample string 6</PostalCode>
    <ProfilePicture>sample string 3</ProfilePicture>
    <Role>sample string 9</Role>
  </MedlemsListe>
</ArrayOfMedlemsListe>