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

Create RBAC Group changed

api/beta/organization/rbac_groups/create

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 45 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 45, old and new numbered
/
lines
from line 45
4545 
4646 Name of the RBAC Group. Not uniqueness-enforced.
4747 
48 - `roles: array of string or null`
48 - `role_ids: array of string or null`
4949 
5050 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.
5151 
from line 63
6363 
6464 format: date-time
6565 
66 - `roles: array of string or null`
67 
68 **Deprecated**: Use `role_ids` instead; `roles` always has the same value.
69 
70 Deprecated: use `role_ids` instead. IDs of the RBAC Roles attached to this RBAC Group; always the same value as `role_ids`, `null` included.
71 
6672## Example
6773 
6874```bash
from line 88
8288 "id": "rbac_group_012rppKaSVsmTo6NqRDXQXNF",
8389 "created_at": "2024-10-30T23:58:27.427722Z",
8490 "name": "Engineering",
91 "role_ids": [
92 "rbac_role_016J8xVtKpDq3Wy9ZmN2hR4s"
93 ],
8594 "roles": [
8695 "rbac_role_016J8xVtKpDq3Wy9ZmN2hR4s"
8796 ],