📄️ Manage users
Overview
📄️ How to display a list of bound users in WordPress
Here is a description of our metadata for a WordPress user record.
📄️ Accessing bound user contact details
If you need to access information about the currently logged-in user in PHP. It can be easily done by using UserService class that has methods to return the current user information including the linked CRM record (if available).
📄️ Editing user profile
If a page is bound to a contact table then passing contact identifier in the query string will set the binding object and allow record editing using, for example, a Gravity form that relies on the record binding.
📄️ How to bind a user using WP API
All API requests below require Basic Authentication.
📄️ WordPress Users Table
Introduction
📄️ Automating User Management in PowerApps with Flows
Introduction