Endpoint
- Method:
PATCH - Path:
/members/{user_id} - Edition: Core
- Controller:
MembersController@patchMember - Route source:
fluent-community/app/Http/Routes/api.php:123 - Controller source:
fluent-community/app/Http/Controllers/MembersController.php
PATCH Update Member
PATCH
/members/{user_id}
Update Member for the FluentCommunity Members API.
Controller: MembersController@patchMember
Route source: fluent-community/app/Http/Routes/api.php:123
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Parameters
Path Parameters
user_id*
User ID extracted from the URL path.
Type
Requiredinteger
Request Body
application/json
JSON "status": "string"
{
}
Responses
Successful response
application/json
JSON "message": "string", "member": { "user_id": 0, "badge": "string", "permalink": "string", "meta": { "website": "string", "cover_photo": "string", "badge_slug": [ "string" ], "social_links": { "instagram": "string", "twitter": "string", "youtube": "string", "linkedin": "string", "fb": "string", "blue_sky": "string", "tiktok": "string", "pinterest": "string", "telegram": "string", "snapchat": "string", "reddit": "string", "twitch": "string", "vk": "string", "github": "string", "mastodon": "string" } } }
{
}