Resolves a FluentCRM tag into a page of contacts to enrol in the course, 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:
/admin/courses/{course_id}/students/resolve-crm-tagEdition: PRO
Controller:
BulkMembersController@resolveCrmTagCourseRoute source:
fluent-community-pro/app/Http/Routes/api.php:120Controller source:
fluent-community-pro/app/Http/Controllers/BulkMembersController.phpRequires a course admin for this course.
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 Course
Resolves a FluentCRM tag into a page of contacts to enrol in the course, optionally creating WordPress users for contacts that do not have one.
Controller: BulkMembersController@resolveCrmTagCourse
Route source: fluent-community-pro/app/Http/Routes/api.php:120
Authorizations
WordPress Application Passwords — use Basic auth with username:application_password.
Parameters
Path Parameters
Course ID extracted from the URL path.
Request Body
Responses
Successful response