TTWrite API: Report User Profile
Endpoint URL
//ttwrite.4up.eu/mobile_api/profile_report
Description
This API allows users to report a user profile for violations of platform guidelines, such as inappropriate content or behavior.
Parameters
Field | Value | Remarks |
---|---|---|
user_id | integer | The unique identifier of the user profile being reported. |
reason | string | The reason for reporting the profile (e.g., “spam”, “abuse”). |
additional_info | string | Optional. Any additional details about the report. |
Example Usage
httpCopy codePOST //ttwrite.4up.eu/mobile_api/profile_report
Content-Type: application/json
{
"user_id": 67890,
"reason": "abuse",
"additional_info": "This user is posting inappropriate messages."
}
Notes
- Authentication is required to access this API.
- Ensure that the
user_id
corresponds to an existing user profile. - Use the
reason
field to specify the nature of the violation clearly. - Reports are subject to review by the platform’s moderation team.
admin December 9, 2024 API for reporting profiles, content moderation TTWrite, inappropriate profile reporting, platform abuse reporting API, profile abuse reporting API, profile moderation TTWrite, report abusive users, report harmful users, report profile API, report profile endpoint TTWrite, report profile functionality, report user example, report user functionality, report user profile TTWrite, TTWrite API, TTWrite profile report feature, TTWrite profile violation report, TTWrite spam report API, user behavior reporting API, user profile reporting endpoint API, Social Media, TTWrite Comments Off on TTWrite API: Report User Profile