📄️ Manage users
How to manage WordPress users via REST API. This guide covers retrieving user metadata (like last login), advanced filtering with multiple conditions, sorting, and field selection using GET and POST methods.
📄️ How to display a list of bound users in WordPress
PHP code example to query and display WordPress users with non-null 'icds_binding_ref' metadata, including details like last login, timezone, and locale.
📄️ Accessing bound user contact details
Master user binding retrieval in DataPress. Use PHP UserService to access current user information and linked CRM account details.
📄️ Editing user profile
Guide on enabling user profile editing in DataPress. Link WordPress users to Dataverse records using PHP filters for secure CRM data updates.
📄️ How to bind a user using WP API
Technical guide on user binding via WP API includes PUT/POST method definitions, request body structures for binding modes, and removal steps.
📄️ WordPress Users Table
Learn how to use the WordPress Users virtual table in Dataverse for real-time synchronization. This guide covers CRUD operations, Power Automate triggers, and best practices for avoiding circular references.