Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

Members changed

api/compliance/groups/members

Nearest release: v2.1.268, published under an hour after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+25added
Lines−6removed
From line 1 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits4to this page, all time

The whole hunk

from line 1, old and new numbered
/
lines
from line 1
1---
2title: Members
3url: https://platform.claude.com/docs/en/api/compliance/groups/members
4---
5 
16# Members
27 
38## List Compliance Group Members
from line 31
2631 
2732### Headers
2833 
34- `"anthropic-version": optional string`
35 
36 The version of the Claude API you want to use.
37 
38 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
39 
2940- `"x-api-key": optional string`
3041 
3142### Returns
from line 47
3647 
3748 - `created_at: string or null`
3849 
39 Membership creation timestamp (ISO 8601)
50 Membership creation timestamp (RFC 3339)
4051 
52 format: date-time
53 
4154 - `email: string`
4255 
4356 Member email address
from line 57
4457 
4558 - `updated_at: string or null`
4659 
47 Membership last-updated timestamp (ISO 8601)
60 Membership last-updated timestamp (RFC 3339)
4861 
62 format: date-time
63 
4964 - `user_id: string`
5065 
5166 Member user identifier (tagged ID)
from line 86
7186{
7287 "data": [
7388 {
74 "created_at": "2025-03-12T18:22:41.123456",
89 "created_at": "2025-03-12T18:22:41.123456Z",
7590 "email": "[email protected]",
76 "updated_at": "2025-03-14T09:05:17.456789",
91 "updated_at": "2025-03-14T09:05:17.456789Z",
7792 "user_id": "user_01WCz1FkmYMm4gnmykNKUu3Q"
7893 }
7994 ],
from line 107
92107 
93108 - `created_at: string or null`
94109 
95 Membership creation timestamp (ISO 8601)
110 Membership creation timestamp (RFC 3339)
96111 
112 format: date-time
113 
97114 - `email: string`
98115 
99116 Member email address
from line 117
100117 
101118 - `updated_at: string or null`
102119 
103 Membership last-updated timestamp (ISO 8601)
120 Membership last-updated timestamp (RFC 3339)
121 
122 format: date-time
104123 
105124 - `user_id: string`
106125