GET api/Member?memberEmail={memberEmail}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| memberEmail | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Member| Name | Description | Type | Additional information |
|---|---|---|---|
| MemberId | integer |
None. |
|
| MemberID | integer |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| string |
None. |
||
| MemberToken | string |
None. |
|
| Theme | integer |
None. |
|
| RoleId | integer |
None. |
|
| Enabled | integer |
None. |
|
| DateCreated | date |
None. |
|
| DateUpdated | date |
None. |
|
| OrganizationId | integer |
None. |
|
| OrganizationName | string |
None. |
|
| Phone | string |
None. |
|
| Locations | Collection of Location |
None. |
|
| enabled | boolean |
None. |
|
| id | integer |
None. |
|
| name | string |
None. |
|
| displayName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"MemberId": 13,
"MemberID": 13,
"FirstName": "sample string 1",
"LastName": "sample string 2",
"Email": "sample string 3",
"MemberToken": "sample string 4",
"Theme": 5,
"RoleId": 6,
"Enabled": 7,
"DateCreated": "2025-12-10T11:56:06.434668+00:00",
"DateUpdated": "2025-12-10T11:56:06.434668+00:00",
"OrganizationId": 9,
"OrganizationName": "sample string 10",
"Phone": "sample string 11",
"Locations": [
{
"LocationID": 1,
"LocationName": "sample string 2",
"OrganizationID": 3,
"TimeZoneID": 4,
"TimeZoneName": "sample string 5",
"LocationDatabaseName": "sample string 6",
"ServerID": 7,
"ServerHostname": "sample string 8",
"Enabled": 9,
"DateCreated": "2025-12-10T11:56:06.434668+00:00",
"enabled": true,
"id": 12,
"name": "sample string 13",
"displayName": "sample string 14"
},
{
"LocationID": 1,
"LocationName": "sample string 2",
"OrganizationID": 3,
"TimeZoneID": 4,
"TimeZoneName": "sample string 5",
"LocationDatabaseName": "sample string 6",
"ServerID": 7,
"ServerHostname": "sample string 8",
"Enabled": 9,
"DateCreated": "2025-12-10T11:56:06.434668+00:00",
"enabled": true,
"id": 12,
"name": "sample string 13",
"displayName": "sample string 14"
}
],
"enabled": true,
"id": 13,
"name": "sample string 14",
"displayName": "sample string 15"
}
application/xml, text/xml
Sample:
<Member xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models.BackOffice">
<displayName xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">sample string 15</displayName>
<enabled xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">true</enabled>
<id xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">13</id>
<name xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">sample string 14</name>
<DateCreated>2025-12-10T11:56:06.434668+00:00</DateCreated>
<DateUpdated>2025-12-10T11:56:06.434668+00:00</DateUpdated>
<Email>sample string 3</Email>
<Enabled>7</Enabled>
<FirstName>sample string 1</FirstName>
<LastName>sample string 2</LastName>
<Locations>
<Location>
<displayName xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">sample string 14</displayName>
<enabled xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">true</enabled>
<id xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">12</id>
<name xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">sample string 13</name>
<DateCreated>2025-12-10T11:56:06.434668+00:00</DateCreated>
<Enabled>9</Enabled>
<LocationDatabaseName>sample string 6</LocationDatabaseName>
<LocationID>1</LocationID>
<LocationName>sample string 2</LocationName>
<OrganizationID>3</OrganizationID>
<ServerHostname>sample string 8</ServerHostname>
<ServerID>7</ServerID>
<TimeZoneID>4</TimeZoneID>
<TimeZoneName>sample string 5</TimeZoneName>
</Location>
<Location>
<displayName xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">sample string 14</displayName>
<enabled xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">true</enabled>
<id xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">12</id>
<name xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">sample string 13</name>
<DateCreated>2025-12-10T11:56:06.434668+00:00</DateCreated>
<Enabled>9</Enabled>
<LocationDatabaseName>sample string 6</LocationDatabaseName>
<LocationID>1</LocationID>
<LocationName>sample string 2</LocationName>
<OrganizationID>3</OrganizationID>
<ServerHostname>sample string 8</ServerHostname>
<ServerID>7</ServerID>
<TimeZoneID>4</TimeZoneID>
<TimeZoneName>sample string 5</TimeZoneName>
</Location>
</Locations>
<MemberToken>sample string 4</MemberToken>
<OrganizationId>9</OrganizationId>
<OrganizationName>sample string 10</OrganizationName>
<Phone>sample string 11</Phone>
<RoleId>6</RoleId>
<Theme>5</Theme>
</Member>