Product Associations

agent_uuid

General Info: This will be an RFC 4122 compliant UUID. If data is being pulled from The MoxiWorks Platform and integrating with your own system in a managed or automated fashion, then using agent_uuid request attribute is preferable. It is guaranteed to be unique and to never change for the lifetime of the account.

Roster Image Roster

moxi_works_agent_id

General Info: If you have already existing agent data, agent accounts and your own user interface that agents can use to integrate your account with their MoxiWorks Platform account then you should use the moxi_works_agent_id request attribute. It is intended for use cases where integration is managed by end-user interaction.

API Image API

source_agent_id

General Info: If you have access to agent data from the same company source that MoxiWorks uses as an upstream data source then you should use the source_agent_id request attribute. This identifier will be unique only within the scope of a given company or parent_company, and must be used in conjunction with the moxi_works_company_id or parent_company_id request attributes. Please email partners@moxiworks.com for clarification about this request attribute.

API Image API

moxi_works_company_id

General Info: MoxiWorks Plaform Company entities are your entry-point for determining the established relationships for your organization to companies on the MoxiWorks Platform and for accessing data about those companies. Many requests require a moxi_works_company_id, which can be derived from the Company Index endpoint.

API Image API
Roster Image Roster

parent_company_id

General Info: This provides for a broad scope by which partners may be afforded permissions to perform MoxiWorks Platform actions, in scenarios where a partner does business with a parent company in the MoxiWorks System. It also provides broad scope under which agents may be looked up using the source_agent_id request attribute in many scenarios across different MoxiWorks Platform endpoints and actions.

API Image API
Roster Image Roster

first_name

WebUser Info: The first name of the Web User.
Websites Image Websites

last_name

WebUser Info: The last name of the Web User.
Websites Image Websites

page_number

General Info: For queries with multi-page responses, use the page_number parameter to return data for specific pages. Data for page 1 is returned if this parameter is not included. Use this parameter if total_pages indicates that there is more than one page of data available.

API Image API

email

WebUser Info: This is the team’s main email address. This email address should be considered the email address the team would prefer to be contacted by.
Websites Image Websites

updated_after

WebUser Info: Only WebUser records updated later than this Unix timestamp will be included in the query. Must be earlier than the updated_before attribute if it is provided.
API Image API

updated_before

WebUser Info: Only WebUser records updated earlier than this Unix timestamp will be included in the query. Must be later than the updated_after attribute if it is provided.
API Image API

has_agent_association

WebUser Info: This boolean should be set to true when fetching only agent associated WebUser objects.
API Image API

has_web_data

WebUser Info: This boolean should be set to true when fetching only WebUser objects that have available listing search or favorite listing data.
API Image API

has_favorites

WebUser Info: This boolean should be set to true when fetching only WebUser objects that have available favorite listing data.
API Image API

has_searches

WebUser Info: This boolean should be set to true when fetching only WebUser objects that have available listing search data.
API Image API

moxi_works_user_id

WebUser Info: This is the MoxiWorks Platform ID of the WebUser. This will be an RFC 4122 compliant UUID.
Roster Image Roster

associated_agent_uuid

WebUser Info: This is the agent_uuid of the Agent record that this WebUser is associated with. This will be an RFC 4122 compliant UUID, or null if the user does not have an agent association.
Roster Image Roster

favorite_listing_ids

WebUser Info: This is will be a list of moxi_works_listing_ids for listings marked as favorites for the WebUser record.
API Image API

saved_searches

WebUser Info: The saved_searches Array contains Dictionary objects representing SavedSearch entries. [search_name, email_frequency, send_empty_emails, search_criteria]
API Image API