Retrieves a Member. The data in the response will contain all of the data to which you have read access. Properties with values of NULL typically mean that you do not have read access to that property. Please see the Permissions section of the introduction for more information.
HEAD is also supported for this resource.
OData Support: $expand
GET
/wolfconnect/members/v1/{memberId}
curl \
--request GET 'https://api.globalwolfweb.com/wolfconnect/members/v1/{memberId}' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"Id": "string",
"CreatedTimestamp": "2026-05-04T09:42:00Z",
"ModifiedTimestamp": "2026-05-04T09:42:00Z",
"MemberChangedTimestamp": "2026-05-04T09:42:00Z",
"FirstName": "string",
"MiddleName": "string",
"LastName": "string",
"Number": "string",
"Title": "string",
"BirthDate": "2026-05-04",
"InactiveDate": "2026-05-04",
"OfficeId": "string",
"Office": {
"Id": "string",
"Name": "string",
"LWCompanyCode": "string"
},
"MLSBoards": [
{
"MLSId": "string",
"MLSAreaId": "string"
}
],
"Addresses": [
{
"City": "string",
"Confidential": true,
"Country": "string",
"CountryCode": "string",
"Line1": "string",
"Line2": "string",
"Line3": "string",
"Line4": "string",
"PostalCode": "string",
"Province": "string",
"ProvinceCode": "string",
"Type": "string",
"TypeCode": "string"
}
],
"EmailAddresses": [
{
"Address": "string",
"Confidential": true,
"Primary": true,
"Type": "string",
"TypeCode": "string"
}
],
"PhoneNumbers": [
{
"Confidential": true,
"Extension": "string",
"Number": "string",
"Primary": true,
"Type": "string",
"TypeCode": "string"
}
],
"Websites": [
{
"Type": "string",
"TypeCode": "string",
"Url": "string"
}
],
"PublicProfiles": [
{
"CreatedTimestamp": "2026-05-04T09:42:00Z",
"ModifiedTimestamp": "2026-05-04T09:42:00Z",
"Name": "string",
"FirstName": "string",
"MiddleName": "string",
"LastName": "string",
"Title": "string",
"Addresses": [
{
"City": "string",
"Confidential": true,
"Country": "string",
"CountryCode": "string",
"Line1": "string",
"Line2": "string",
"Line3": "string",
"Line4": "string",
"PostalCode": "string",
"Province": "string",
"ProvinceCode": "string",
"Type": "string",
"TypeCode": "string"
}
],
"EmailAddresses": [
{
"Address": "string",
"Confidential": true,
"Primary": true,
"Type": "string",
"TypeCode": "string"
}
],
"PhoneNumbers": [
{
"Confidential": true,
"Extension": "string",
"Number": "string",
"Primary": true,
"Type": "string",
"TypeCode": "string"
}
],
"Websites": [
{
"Type": "string",
"TypeCode": "string",
"Url": "string"
}
]
}
],
"MemberTypeId": "string",
"Suffix": "string",
"Nickname": "string",
"LegalName": "string",
"Username": "string",
"LoadingDocsUsername": "string",
"GenderCode": "string",
"AnniversaryDate": "2026-05-04",
"StartDate": "2026-05-04",
"CommencementDate": "2026-05-04",
"MovingWolfEnabled": true,
"Integrations": [
{
"PartnerCode": "string",
"Id": "string"
}
]
}
Response examples (404)
{
"Code": 42,
"Message": "string",
"Details": "string"
}