GET api/ProviderService/GetUserInfo

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

MobileUserInfo
NameDescriptionTypeAdditional information
ProviderID

globally unique identifier

None.

FullName

string

None.

SessionID

string

None.

Email

string

None.

UserName

string

None.

Password

string

None.

PracticeID

globally unique identifier

None.

ImageName

string

None.

TimeZoneCode

string

None.

PracticeName

string

None.

UserRoleType

UserRoleTypes

None.

Response Formats

application/json, text/json

Sample:
{
  "ProviderID": "85b0f695-2a81-4789-a59e-6f2026c2de25",
  "FullName": "sample string 2",
  "SessionID": "sample string 3",
  "Email": "sample string 4",
  "UserName": "sample string 5",
  "Password": "sample string 6",
  "PracticeID": "84ac76ab-7442-4884-abb5-41a847ece575",
  "ImageName": "sample string 8",
  "TimeZoneCode": "sample string 9",
  "PracticeName": "sample string 10",
  "UserRoleType": 0
}

application/xml, text/xml

Sample:
<MobileUserInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AbsoluteHealth.API.Models">
  <Email>sample string 4</Email>
  <FullName>sample string 2</FullName>
  <ImageName>sample string 8</ImageName>
  <Password>sample string 6</Password>
  <PracticeID>84ac76ab-7442-4884-abb5-41a847ece575</PracticeID>
  <PracticeName>sample string 10</PracticeName>
  <ProviderID>85b0f695-2a81-4789-a59e-6f2026c2de25</ProviderID>
  <SessionID>sample string 3</SessionID>
  <TimeZoneCode>sample string 9</TimeZoneCode>
  <UserName>sample string 5</UserName>
  <UserRoleType>Secretary</UserRoleType>
</MobileUserInfo>