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

List RBAC Groups changed

api/beta/organization/rbac_groups/list

Nearest release: v2.1.280, published 20 hours 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+10added
Lines−1removed
From line 51 where the diff opens
First seen 10 Sep 2026 this site's first read of the page
Recorded edits3to this page, all time

The whole hunk

from line 51, old and new numbered
/
lines
from line 51
5151 
5252 Name of the RBAC Group. Not uniqueness-enforced.
5353 
54 - `roles: array of string or null`
54 - `role_ids: array of string or null`
5555 
5656 RBAC Role IDs attached to this RBAC Group. Role attachment is managed in the admin settings and is read-only on this API. `null` means role data was temporarily unavailable — retry to distinguish from an empty list.
5757 
from line 69
6969 
7070 format: date-time
7171 
72 - `roles: array of string or null`
73 
74 **Deprecated**: Use `role_ids` instead; `roles` always has the same value.
75 
76 Deprecated: use `role_ids` instead. IDs of the RBAC Roles attached to this RBAC Group; always the same value as `role_ids`, `null` included.
77 
7278- `has_more: boolean`
7379 
7480 Indicates if there are more results in the requested page direction.
from line 100
94100 "id": "rbac_group_012rppKaSVsmTo6NqRDXQXNF",
95101 "created_at": "2024-10-30T23:58:27.427722Z",
96102 "name": "Engineering",
103 "role_ids": [
104 "rbac_role_016J8xVtKpDq3Wy9ZmN2hR4s"
105 ],
97106 "roles": [
98107 "rbac_role_016J8xVtKpDq3Wy9ZmN2hR4s"
99108 ],