@goauthentik/api 2026.2.0-rc1-1766493698 → 2026.2.0-rc1-1767672135

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/docs/CoreApi.md CHANGED
@@ -2408,7 +2408,7 @@ example().catch(console.error);
2408
2408
 
2409
2409
  ## coreGroupsList
2410
2410
 
2411
- > PaginatedGroupList coreGroupsList(attributes, includeChildren, includeParents, includeUsers, isSuperuser, membersByPk, membersByUsername, name, ordering, page, pageSize, search)
2411
+ > PaginatedGroupList coreGroupsList(attributes, includeChildren, includeInheritedRoles, includeParents, includeUsers, isSuperuser, membersByPk, membersByUsername, name, ordering, page, pageSize, search)
2412
2412
 
2413
2413
 
2414
2414
 
@@ -2437,6 +2437,8 @@ async function example() {
2437
2437
  // boolean (optional)
2438
2438
  includeChildren: true,
2439
2439
  // boolean (optional)
2440
+ includeInheritedRoles: true,
2441
+ // boolean (optional)
2440
2442
  includeParents: true,
2441
2443
  // boolean (optional)
2442
2444
  includeUsers: true,
@@ -2477,6 +2479,7 @@ example().catch(console.error);
2477
2479
  |------------- | ------------- | ------------- | -------------|
2478
2480
  | **attributes** | `string` | Attributes | [Optional] [Defaults to `undefined`] |
2479
2481
  | **includeChildren** | `boolean` | | [Optional] [Defaults to `false`] |
2482
+ | **includeInheritedRoles** | `boolean` | | [Optional] [Defaults to `false`] |
2480
2483
  | **includeParents** | `boolean` | | [Optional] [Defaults to `false`] |
2481
2484
  | **includeUsers** | `boolean` | | [Optional] [Defaults to `true`] |
2482
2485
  | **isSuperuser** | `boolean` | | [Optional] [Defaults to `undefined`] |
@@ -2667,7 +2670,7 @@ example().catch(console.error);
2667
2670
 
2668
2671
  ## coreGroupsRetrieve
2669
2672
 
2670
- > Group coreGroupsRetrieve(groupUuid, includeChildren, includeParents, includeUsers)
2673
+ > Group coreGroupsRetrieve(groupUuid, includeChildren, includeInheritedRoles, includeParents, includeUsers)
2671
2674
 
2672
2675
 
2673
2676
 
@@ -2696,6 +2699,8 @@ async function example() {
2696
2699
  // boolean (optional)
2697
2700
  includeChildren: true,
2698
2701
  // boolean (optional)
2702
+ includeInheritedRoles: true,
2703
+ // boolean (optional)
2699
2704
  includeParents: true,
2700
2705
  // boolean (optional)
2701
2706
  includeUsers: true,
@@ -2720,6 +2725,7 @@ example().catch(console.error);
2720
2725
  |------------- | ------------- | ------------- | -------------|
2721
2726
  | **groupUuid** | `string` | A UUID string identifying this Group. | [Defaults to `undefined`] |
2722
2727
  | **includeChildren** | `boolean` | | [Optional] [Defaults to `false`] |
2728
+ | **includeInheritedRoles** | `boolean` | | [Optional] [Defaults to `false`] |
2723
2729
  | **includeParents** | `boolean` | | [Optional] [Defaults to `false`] |
2724
2730
  | **includeUsers** | `boolean` | | [Optional] [Defaults to `true`] |
2725
2731
 
@@ -4122,7 +4128,7 @@ example().catch(console.error);
4122
4128
 
4123
4129
  ## coreUsersExportCreate
4124
4130
 
4125
- > DataExport coreUsersExportCreate(attributes, dateJoined, dateJoinedGt, dateJoinedLt, email, groupsByName, groupsByPk, isActive, isSuperuser, lastUpdated, lastUpdatedGt, lastUpdatedLt, name, ordering, path, pathStartswith, rolesByName, rolesByPk, search, type, username, uuid)
4131
+ > DataExport coreUsersExportCreate(attributes, dateJoined, dateJoinedGt, dateJoinedLt, email, groupsByName, groupsByPk, isActive, isSuperuser, lastLogin, lastLoginGt, lastLoginIsnull, lastLoginLt, lastUpdated, lastUpdatedGt, lastUpdatedLt, name, ordering, path, pathStartswith, rolesByName, rolesByPk, search, type, username, uuid)
4126
4132
 
4127
4133
 
4128
4134
 
@@ -4165,6 +4171,14 @@ async function example() {
4165
4171
  // boolean (optional)
4166
4172
  isSuperuser: true,
4167
4173
  // Date (optional)
4174
+ lastLogin: 2013-10-20T19:20:30+01:00,
4175
+ // Date (optional)
4176
+ lastLoginGt: 2013-10-20T19:20:30+01:00,
4177
+ // boolean (optional)
4178
+ lastLoginIsnull: true,
4179
+ // Date (optional)
4180
+ lastLoginLt: 2013-10-20T19:20:30+01:00,
4181
+ // Date (optional)
4168
4182
  lastUpdated: 2013-10-20T19:20:30+01:00,
4169
4183
  // Date (optional)
4170
4184
  lastUpdatedGt: 2013-10-20T19:20:30+01:00,
@@ -4218,6 +4232,10 @@ example().catch(console.error);
4218
4232
  | **groupsByPk** | `Array<string>` | | [Optional] |
4219
4233
  | **isActive** | `boolean` | | [Optional] [Defaults to `undefined`] |
4220
4234
  | **isSuperuser** | `boolean` | | [Optional] [Defaults to `undefined`] |
4235
+ | **lastLogin** | `Date` | | [Optional] [Defaults to `undefined`] |
4236
+ | **lastLoginGt** | `Date` | | [Optional] [Defaults to `undefined`] |
4237
+ | **lastLoginIsnull** | `boolean` | | [Optional] [Defaults to `undefined`] |
4238
+ | **lastLoginLt** | `Date` | | [Optional] [Defaults to `undefined`] |
4221
4239
  | **lastUpdated** | `Date` | | [Optional] [Defaults to `undefined`] |
4222
4240
  | **lastUpdatedGt** | `Date` | | [Optional] [Defaults to `undefined`] |
4223
4241
  | **lastUpdatedLt** | `Date` | | [Optional] [Defaults to `undefined`] |
@@ -4399,7 +4417,7 @@ This endpoint does not need any parameter.
4399
4417
 
4400
4418
  ## coreUsersList
4401
4419
 
4402
- > PaginatedUserList coreUsersList(attributes, dateJoined, dateJoinedGt, dateJoinedLt, email, groupsByName, groupsByPk, includeGroups, includeRoles, isActive, isSuperuser, lastUpdated, lastUpdatedGt, lastUpdatedLt, name, ordering, page, pageSize, path, pathStartswith, rolesByName, rolesByPk, search, type, username, uuid)
4420
+ > PaginatedUserList coreUsersList(attributes, dateJoined, dateJoinedGt, dateJoinedLt, email, groupsByName, groupsByPk, includeGroups, includeRoles, isActive, isSuperuser, lastLogin, lastLoginGt, lastLoginIsnull, lastLoginLt, lastUpdated, lastUpdatedGt, lastUpdatedLt, name, ordering, page, pageSize, path, pathStartswith, rolesByName, rolesByPk, search, type, username, uuid)
4403
4421
 
4404
4422
 
4405
4423
 
@@ -4446,6 +4464,14 @@ async function example() {
4446
4464
  // boolean (optional)
4447
4465
  isSuperuser: true,
4448
4466
  // Date (optional)
4467
+ lastLogin: 2013-10-20T19:20:30+01:00,
4468
+ // Date (optional)
4469
+ lastLoginGt: 2013-10-20T19:20:30+01:00,
4470
+ // boolean (optional)
4471
+ lastLoginIsnull: true,
4472
+ // Date (optional)
4473
+ lastLoginLt: 2013-10-20T19:20:30+01:00,
4474
+ // Date (optional)
4449
4475
  lastUpdated: 2013-10-20T19:20:30+01:00,
4450
4476
  // Date (optional)
4451
4477
  lastUpdatedGt: 2013-10-20T19:20:30+01:00,
@@ -4505,6 +4531,10 @@ example().catch(console.error);
4505
4531
  | **includeRoles** | `boolean` | | [Optional] [Defaults to `true`] |
4506
4532
  | **isActive** | `boolean` | | [Optional] [Defaults to `undefined`] |
4507
4533
  | **isSuperuser** | `boolean` | | [Optional] [Defaults to `undefined`] |
4534
+ | **lastLogin** | `Date` | | [Optional] [Defaults to `undefined`] |
4535
+ | **lastLoginGt** | `Date` | | [Optional] [Defaults to `undefined`] |
4536
+ | **lastLoginIsnull** | `boolean` | | [Optional] [Defaults to `undefined`] |
4537
+ | **lastLoginLt** | `Date` | | [Optional] [Defaults to `undefined`] |
4508
4538
  | **lastUpdated** | `Date` | | [Optional] [Defaults to `undefined`] |
4509
4539
  | **lastUpdatedGt** | `Date` | | [Optional] [Defaults to `undefined`] |
4510
4540
  | **lastUpdatedLt** | `Date` | | [Optional] [Defaults to `undefined`] |
package/docs/Group.md CHANGED
@@ -18,6 +18,7 @@ Name | Type
18
18
  `attributes` | { [key: string]: any; }
19
19
  `roles` | Array&lt;string&gt;
20
20
  `rolesObj` | [Array&lt;Role&gt;](Role.md)
21
+ `inheritedRolesObj` | [Array&lt;Role&gt;](Role.md)
21
22
  `children` | Array&lt;string&gt;
22
23
  `childrenObj` | [Array&lt;RelatedGroup&gt;](RelatedGroup.md)
23
24
 
@@ -39,6 +40,7 @@ const example = {
39
40
  "attributes": null,
40
41
  "roles": null,
41
42
  "rolesObj": null,
43
+ "inheritedRolesObj": null,
42
44
  "children": null,
43
45
  "childrenObj": null,
44
46
  } satisfies Group
package/docs/RbacApi.md CHANGED
@@ -1278,7 +1278,7 @@ example().catch(console.error);
1278
1278
 
1279
1279
  ## rbacRolesList
1280
1280
 
1281
- > PaginatedRoleList rbacRolesList(managed, managedIsnull, name, ordering, page, pageSize, search, users)
1281
+ > PaginatedRoleList rbacRolesList(akGroups, inherited, managed, managedIsnull, name, ordering, page, pageSize, search, users)
1282
1282
 
1283
1283
 
1284
1284
 
@@ -1302,6 +1302,10 @@ async function example() {
1302
1302
  const api = new RbacApi(config);
1303
1303
 
1304
1304
  const body = {
1305
+ // string (optional)
1306
+ akGroups: 38400000-8cf0-11bd-b23e-10b96e4ef00d,
1307
+ // boolean | Include inherited roles (requires users or ak_groups filter) (optional)
1308
+ inherited: true,
1305
1309
  // Array<string> (optional)
1306
1310
  managed: ...,
1307
1311
  // boolean (optional)
@@ -1316,8 +1320,8 @@ async function example() {
1316
1320
  pageSize: 56,
1317
1321
  // string | A search term. (optional)
1318
1322
  search: search_example,
1319
- // Array<number> (optional)
1320
- users: ...,
1323
+ // number (optional)
1324
+ users: 56,
1321
1325
  } satisfies RbacRolesListRequest;
1322
1326
 
1323
1327
  try {
@@ -1337,6 +1341,8 @@ example().catch(console.error);
1337
1341
 
1338
1342
  | Name | Type | Description | Notes |
1339
1343
  |------------- | ------------- | ------------- | -------------|
1344
+ | **akGroups** | `string` | | [Optional] [Defaults to `undefined`] |
1345
+ | **inherited** | `boolean` | Include inherited roles (requires users or ak_groups filter) | [Optional] [Defaults to `undefined`] |
1340
1346
  | **managed** | `Array<string>` | | [Optional] |
1341
1347
  | **managedIsnull** | `boolean` | | [Optional] [Defaults to `undefined`] |
1342
1348
  | **name** | `string` | | [Optional] [Defaults to `undefined`] |
@@ -1344,7 +1350,7 @@ example().catch(console.error);
1344
1350
  | **page** | `number` | A page number within the paginated result set. | [Optional] [Defaults to `undefined`] |
1345
1351
  | **pageSize** | `number` | Number of results to return per page. | [Optional] [Defaults to `undefined`] |
1346
1352
  | **search** | `string` | A search term. | [Optional] [Defaults to `undefined`] |
1347
- | **users** | `Array<number>` | | [Optional] |
1353
+ | **users** | `number` | | [Optional] [Defaults to `undefined`] |
1348
1354
 
1349
1355
  ### Return type
1350
1356
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goauthentik/api",
3
- "version": "2026.2.0-rc1-1766493698",
3
+ "version": "2026.2.0-rc1-1767672135",
4
4
  "description": "OpenAPI client for @goauthentik/api",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -326,6 +326,7 @@ export interface CoreGroupsDestroyRequest {
326
326
  export interface CoreGroupsListRequest {
327
327
  attributes?: string;
328
328
  includeChildren?: boolean;
329
+ includeInheritedRoles?: boolean;
329
330
  includeParents?: boolean;
330
331
  includeUsers?: boolean;
331
332
  isSuperuser?: boolean;
@@ -351,6 +352,7 @@ export interface CoreGroupsRemoveUserCreateRequest {
351
352
  export interface CoreGroupsRetrieveRequest {
352
353
  groupUuid: string;
353
354
  includeChildren?: boolean;
355
+ includeInheritedRoles?: boolean;
354
356
  includeParents?: boolean;
355
357
  includeUsers?: boolean;
356
358
  }
@@ -456,6 +458,10 @@ export interface CoreUsersExportCreateRequest {
456
458
  groupsByPk?: Array<string>;
457
459
  isActive?: boolean;
458
460
  isSuperuser?: boolean;
461
+ lastLogin?: Date;
462
+ lastLoginGt?: Date;
463
+ lastLoginIsnull?: boolean;
464
+ lastLoginLt?: Date;
459
465
  lastUpdated?: Date;
460
466
  lastUpdatedGt?: Date;
461
467
  lastUpdatedLt?: Date;
@@ -488,6 +494,10 @@ export interface CoreUsersListRequest {
488
494
  includeRoles?: boolean;
489
495
  isActive?: boolean;
490
496
  isSuperuser?: boolean;
497
+ lastLogin?: Date;
498
+ lastLoginGt?: Date;
499
+ lastLoginIsnull?: boolean;
500
+ lastLoginLt?: Date;
491
501
  lastUpdated?: Date;
492
502
  lastUpdatedGt?: Date;
493
503
  lastUpdatedLt?: Date;
@@ -2113,6 +2123,10 @@ export class CoreApi extends runtime.BaseAPI {
2113
2123
  queryParameters['include_children'] = requestParameters['includeChildren'];
2114
2124
  }
2115
2125
 
2126
+ if (requestParameters['includeInheritedRoles'] != null) {
2127
+ queryParameters['include_inherited_roles'] = requestParameters['includeInheritedRoles'];
2128
+ }
2129
+
2116
2130
  if (requestParameters['includeParents'] != null) {
2117
2131
  queryParameters['include_parents'] = requestParameters['includeParents'];
2118
2132
  }
@@ -2303,6 +2317,10 @@ export class CoreApi extends runtime.BaseAPI {
2303
2317
  queryParameters['include_children'] = requestParameters['includeChildren'];
2304
2318
  }
2305
2319
 
2320
+ if (requestParameters['includeInheritedRoles'] != null) {
2321
+ queryParameters['include_inherited_roles'] = requestParameters['includeInheritedRoles'];
2322
+ }
2323
+
2306
2324
  if (requestParameters['includeParents'] != null) {
2307
2325
  queryParameters['include_parents'] = requestParameters['includeParents'];
2308
2326
  }
@@ -3282,6 +3300,22 @@ export class CoreApi extends runtime.BaseAPI {
3282
3300
  queryParameters['is_superuser'] = requestParameters['isSuperuser'];
3283
3301
  }
3284
3302
 
3303
+ if (requestParameters['lastLogin'] != null) {
3304
+ queryParameters['last_login'] = (requestParameters['lastLogin'] as any).toISOString();
3305
+ }
3306
+
3307
+ if (requestParameters['lastLoginGt'] != null) {
3308
+ queryParameters['last_login__gt'] = (requestParameters['lastLoginGt'] as any).toISOString();
3309
+ }
3310
+
3311
+ if (requestParameters['lastLoginIsnull'] != null) {
3312
+ queryParameters['last_login__isnull'] = requestParameters['lastLoginIsnull'];
3313
+ }
3314
+
3315
+ if (requestParameters['lastLoginLt'] != null) {
3316
+ queryParameters['last_login__lt'] = (requestParameters['lastLoginLt'] as any).toISOString();
3317
+ }
3318
+
3285
3319
  if (requestParameters['lastUpdated'] != null) {
3286
3320
  queryParameters['last_updated'] = (requestParameters['lastUpdated'] as any).toISOString();
3287
3321
  }
@@ -3505,6 +3539,22 @@ export class CoreApi extends runtime.BaseAPI {
3505
3539
  queryParameters['is_superuser'] = requestParameters['isSuperuser'];
3506
3540
  }
3507
3541
 
3542
+ if (requestParameters['lastLogin'] != null) {
3543
+ queryParameters['last_login'] = (requestParameters['lastLogin'] as any).toISOString();
3544
+ }
3545
+
3546
+ if (requestParameters['lastLoginGt'] != null) {
3547
+ queryParameters['last_login__gt'] = (requestParameters['lastLoginGt'] as any).toISOString();
3548
+ }
3549
+
3550
+ if (requestParameters['lastLoginIsnull'] != null) {
3551
+ queryParameters['last_login__isnull'] = requestParameters['lastLoginIsnull'];
3552
+ }
3553
+
3554
+ if (requestParameters['lastLoginLt'] != null) {
3555
+ queryParameters['last_login__lt'] = (requestParameters['lastLoginLt'] as any).toISOString();
3556
+ }
3557
+
3508
3558
  if (requestParameters['lastUpdated'] != null) {
3509
3559
  queryParameters['last_updated'] = (requestParameters['lastUpdated'] as any).toISOString();
3510
3560
  }
@@ -167,6 +167,8 @@ export interface RbacRolesDestroyRequest {
167
167
  }
168
168
 
169
169
  export interface RbacRolesListRequest {
170
+ akGroups?: string;
171
+ inherited?: boolean;
170
172
  managed?: Array<string>;
171
173
  managedIsnull?: boolean;
172
174
  name?: string;
@@ -174,7 +176,7 @@ export interface RbacRolesListRequest {
174
176
  page?: number;
175
177
  pageSize?: number;
176
178
  search?: string;
177
- users?: Array<number>;
179
+ users?: number;
178
180
  }
179
181
 
180
182
  export interface RbacRolesPartialUpdateRequest {
@@ -1042,6 +1044,14 @@ export class RbacApi extends runtime.BaseAPI {
1042
1044
  async rbacRolesListRaw(requestParameters: RbacRolesListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedRoleList>> {
1043
1045
  const queryParameters: any = {};
1044
1046
 
1047
+ if (requestParameters['akGroups'] != null) {
1048
+ queryParameters['ak_groups'] = requestParameters['akGroups'];
1049
+ }
1050
+
1051
+ if (requestParameters['inherited'] != null) {
1052
+ queryParameters['inherited'] = requestParameters['inherited'];
1053
+ }
1054
+
1045
1055
  if (requestParameters['managed'] != null) {
1046
1056
  queryParameters['managed'] = requestParameters['managed'];
1047
1057
  }
@@ -107,6 +107,12 @@ export interface Group {
107
107
  * @memberof Group
108
108
  */
109
109
  readonly rolesObj: Array<Role>;
110
+ /**
111
+ *
112
+ * @type {Array<Role>}
113
+ * @memberof Group
114
+ */
115
+ readonly inheritedRolesObj: Array<Role> | null;
110
116
  /**
111
117
  *
112
118
  * @type {Array<string>}
@@ -131,6 +137,7 @@ export function instanceOfGroup(value: object): value is Group {
131
137
  if (!('parentsObj' in value) || value['parentsObj'] === undefined) return false;
132
138
  if (!('usersObj' in value) || value['usersObj'] === undefined) return false;
133
139
  if (!('rolesObj' in value) || value['rolesObj'] === undefined) return false;
140
+ if (!('inheritedRolesObj' in value) || value['inheritedRolesObj'] === undefined) return false;
134
141
  if (!('children' in value) || value['children'] === undefined) return false;
135
142
  if (!('childrenObj' in value) || value['childrenObj'] === undefined) return false;
136
143
  return true;
@@ -157,6 +164,7 @@ export function GroupFromJSONTyped(json: any, ignoreDiscriminator: boolean): Gro
157
164
  'attributes': json['attributes'] == null ? undefined : json['attributes'],
158
165
  'roles': json['roles'] == null ? undefined : json['roles'],
159
166
  'rolesObj': ((json['roles_obj'] as Array<any>).map(RoleFromJSON)),
167
+ 'inheritedRolesObj': (json['inherited_roles_obj'] == null ? null : (json['inherited_roles_obj'] as Array<any>).map(RoleFromJSON)),
160
168
  'children': json['children'],
161
169
  'childrenObj': (json['children_obj'] == null ? null : (json['children_obj'] as Array<any>).map(RelatedGroupFromJSON)),
162
170
  };
@@ -166,7 +174,7 @@ export function GroupToJSON(json: any): Group {
166
174
  return GroupToJSONTyped(json, false);
167
175
  }
168
176
 
169
- export function GroupToJSONTyped(value?: Omit<Group, 'pk'|'num_pk'|'parents_obj'|'users_obj'|'roles_obj'|'children'|'children_obj'> | null, ignoreDiscriminator: boolean = false): any {
177
+ export function GroupToJSONTyped(value?: Omit<Group, 'pk'|'num_pk'|'parents_obj'|'users_obj'|'roles_obj'|'inherited_roles_obj'|'children'|'children_obj'> | null, ignoreDiscriminator: boolean = false): any {
170
178
  if (value == null) {
171
179
  return value;
172
180
  }