Resolves a FluentCRM tag into a page of contacts to add to the space, optionally creating WordPress users for contacts that do not have one.
Requires a valid tag_id. Paging is driven by offset and per_page (clamped between 50 and 500, default 200); create_missing controls user creation and notify_new_users controls whether new accounts are emailed.
Endpoint
Method:
POSTPath:
/spaces/{spaceSlug}/members/resolve-crm-tagEdition: PRO
Controller:
BulkMembersController@resolveCrmTagSpaceRoute source:
fluent-community-pro/app/Http/Routes/api.php:126Controller source:
fluent-community-pro/app/Http/Controllers/BulkMembersController.phpRequires the
can_add_memberpermission in this space.Requires FluentCommunity Pro and an active FluentCRM installation.
Live sample
The request and response below were recorded against a running FluentCommunity install and then anonymised — member names, emails, avatars and post content are fictional, and long collections are trimmed to a few entries.
POST Post Resolve CRM Tag Space
Resolves a FluentCRM tag into a page of contacts to add to the space, optionally creating WordPress users for contacts that do not have one.
Controller: BulkMembersController@resolveCrmTagSpace
Route source: fluent-community-pro/app/Http/Routes/api.php:126
Authorizations
WordPress Application Passwords — use Basic auth with username:application_password.
Parameters
Path Parameters
SpaceSlug extracted from the URL path.
Request Body
Responses
Successful response