# Retrieve a Member **GET /wolfconnect/members/v1/{memberId}** 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 ## Servers - Production: https://api.globalwolfweb.com (Production) - Test: https://api-sb.globalwolfweb.com (Test) ## Authentication methods - Lone wolf token ## Parameters ### Path parameters - **memberId** (string) The Lone Wolf Id of the member. ### Query parameters - **$expand** (string) Instructs the API to include a child object or collection in the response. If omitted, ALL child objects and collections are returned. Pass `$expand=` (empty) to return only the root object. See the OData Support section of the introduction. ## Responses ### 200 A Member object. #### Body: application/json (object) - **Id** (string) The Lone Wolf Id of the member. - **CreatedTimestamp** (string(date-time)) The date and time the member was created. - **ModifiedTimestamp** (string(date-time)) The date and time the member was modified. - **MemberChangedTimestamp** (string(date-time)) The date and time the member or any associated record of the member was modified. - **FirstName** (string) The first name of the member. - **MiddleName** (string) The middle name of the member. - **LastName** (string) The last name of the member. - **Number** (string) The number assigned to the member by its office. - **Title** (string) The title of the member. - **BirthDate** (string(date)) The birth date of the member. - **InactiveDate** (string(date) | null) The date the member went inactive. (Nullable) - **OfficeId** (string) The Lone Wolf Id of the office to which the member belongs. Required for creating only - it will be ignored when updating a member. - **Office** (object) The office object. - **MLSBoards** (array[object]) A collection of the MLS boards to which the member belongs. - **Addresses** (array[object]) The collection of addresses for the member. Currently supported address types: M: Mailing, P: Physical - **EmailAddresses** (array[object]) The collection of email addresses for the member. Currently supported email address types: B: Business, S: Secondary - **PhoneNumbers** (array[object]) The collection of phone numbers for the member. - **Websites** (array[object]) The collection of websites for the member. - **PublicProfiles** (array[object]) The collection of public profiles for the member. - **MemberTypeId** (string) The Type of member (eg. Agent, Staff). Required for creating only - it will be ignored when updating a member. - **Suffix** (string) Suffix of the member. - **Nickname** (string) The Nickname of the member. - **LegalName** (string) Legal Name of the member. - **Username** (string) The username of the member. - **LoadingDocsUsername** (string) The loadingDOCS username of the member. - **GenderCode** (string) The Gender of the member. - **AnniversaryDate** (string(date)) The Date of their Anniversary. - **StartDate** (string(date)) The Start Date of the member. - **CommencementDate** (string(date)) The Commencement Date of the member. - **MovingWolfEnabled** (boolean) The movingWOLF subscription status of the member. - **Integrations** (array[object]) The collection of partner integrations for the member. ### 404 Error Code 1001: The memberId parameter is invalid. Error Code 404: The member could not be found. #### Body: application/json (object) - **Code** (integer) The Lone Wolf Error Code. See the Error Codes section of the introduction. - **Message** (string) The message that corresponds to the Code value. - **Details** (string) The exact problem that occurred to give this error response. [Powered by Bump.sh](https://bump.sh)