Skip to content

Commit adf5c0b

Browse files
Update members.md
1 parent b0bf983 commit adf5c0b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/members.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ Multiple members can be added in a single request, and results are fetched with
7878

7979
In order to correlate request params with resulting memberships, GUIDs can be added to the members parameters. These GUIDs will be reflected in the membership JSON objects.
8080

81+
> [!WARNING]
82+
> **Breaking Change: Device Verification**
83+
> This endpoint now requires platform-level device verification (e.g., Apple App Attest or Google Play Integrity). Requests must include valid attestation headers (`X-verify-token`), or they will be rejected.
84+
> This change was introduced by GroupMe to mitigate automated abuse. Unfortunately, it also blocks all third-party clients, including many valuable community projects. As such, this endpoint is no longer accessible to third-party applications and is retained here for historical reference only.
85+
8186
```json linenums="1" title="HTTP Request"
8287
POST /groups/:group_id/members/add
8388
{

0 commit comments

Comments
 (0)