Skip to content

Commit f48638f

Browse files
authored
feat(iam): add type filter to ListUsersRequest (#1908)
1 parent 1b23828 commit f48638f

File tree

2 files changed

+60
-60
lines changed

2 files changed

+60
-60
lines changed

packages/clients/src/api/iam/v1alpha1/api.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ export class API extends ParentAPI {
277277
'page_size',
278278
request.pageSize ?? this.client.settings.defaultPageSize,
279279
],
280-
['status', request.status],
281280
['tag', request.tag],
281+
['type', request.type],
282282
['user_ids', request.userIds],
283283
),
284284
},

0 commit comments

Comments
 (0)