GET api/Users/GetUsers

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of NewUser
NameDescriptionTypeAdditional information
Guid

globally unique identifier

None.

FirstName

string

None.

LastName

string

None.

Mail

string

None.

Pwz

string

None.

Phone

string

None.

Specialization

integer

None.

MainConsent_1

boolean

None.

MainConsent_2

boolean

None.

SubConsent_mail

boolean

None.

SubConsent_phone

boolean

None.

SubConsent_sms

boolean

None.

SubConsent_web

boolean

None.

AppAdvice

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Guid": "5133cbdf-b86b-4b47-ae71-7a75dcdb530a",
    "FirstName": "sample string 2",
    "LastName": "sample string 3",
    "Mail": "sample string 4",
    "Pwz": "sample string 5",
    "Phone": "sample string 6",
    "Specialization": 1,
    "MainConsent_1": true,
    "MainConsent_2": true,
    "SubConsent_mail": true,
    "SubConsent_phone": true,
    "SubConsent_sms": true,
    "SubConsent_web": true,
    "AppAdvice": 1
  },
  {
    "Guid": "5133cbdf-b86b-4b47-ae71-7a75dcdb530a",
    "FirstName": "sample string 2",
    "LastName": "sample string 3",
    "Mail": "sample string 4",
    "Pwz": "sample string 5",
    "Phone": "sample string 6",
    "Specialization": 1,
    "MainConsent_1": true,
    "MainConsent_2": true,
    "SubConsent_mail": true,
    "SubConsent_phone": true,
    "SubConsent_sms": true,
    "SubConsent_web": true,
    "AppAdvice": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfNewUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/v1api.Models">
  <NewUser>
    <AppAdvice>1</AppAdvice>
    <FirstName>sample string 2</FirstName>
    <Guid>5133cbdf-b86b-4b47-ae71-7a75dcdb530a</Guid>
    <LastName>sample string 3</LastName>
    <Mail>sample string 4</Mail>
    <MainConsent_1>true</MainConsent_1>
    <MainConsent_2>true</MainConsent_2>
    <Phone>sample string 6</Phone>
    <Pwz>sample string 5</Pwz>
    <Specialization>1</Specialization>
    <SubConsent_mail>true</SubConsent_mail>
    <SubConsent_phone>true</SubConsent_phone>
    <SubConsent_sms>true</SubConsent_sms>
    <SubConsent_web>true</SubConsent_web>
  </NewUser>
  <NewUser>
    <AppAdvice>1</AppAdvice>
    <FirstName>sample string 2</FirstName>
    <Guid>5133cbdf-b86b-4b47-ae71-7a75dcdb530a</Guid>
    <LastName>sample string 3</LastName>
    <Mail>sample string 4</Mail>
    <MainConsent_1>true</MainConsent_1>
    <MainConsent_2>true</MainConsent_2>
    <Phone>sample string 6</Phone>
    <Pwz>sample string 5</Pwz>
    <Specialization>1</Specialization>
    <SubConsent_mail>true</SubConsent_mail>
    <SubConsent_phone>true</SubConsent_phone>
    <SubConsent_sms>true</SubConsent_sms>
    <SubConsent_web>true</SubConsent_web>
  </NewUser>
</ArrayOfNewUser>