Endpoint
- Method:
POST - Path:
/admin/custom-profile-fields - Edition: PRO
- Controller:
ProAdminController@saveCustomProfileFields - Route source:
fluent-community-pro/app/Http/Routes/api.php:25 - Controller source:
fluent-community-pro/app/Http/Controllers/ProAdminController.php
POST Post Save Custom Profile Fields
POST
/admin/custom-profile-fields
Post Save Custom Profile Fields for the FluentCommunity Admin API.
Controller: ProAdminController@saveCustomProfileFields
Route source: fluent-community-pro/app/Http/Routes/api.php:25
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Request Body
application/json
JSON "groups": [ "string" ], "fields": [ "string" ], "is_enabled": "string"
{
}
Responses
Successful response
application/json
JSON "message": "string", "config": { "is_enabled": true, "groups": "string", "fields": "string" }
{
}