Describe the feature request?
The method ListGroupUsers in de Okta.SDK doen't have a search parameter. The API behind it List all member users does have this as a querystring option available.
We would like to have the search query string parameter available in the SDK method ListGroupUsers of the IGroupApi.
New or Affected Resource(s)
IGroupApi.ListGroupUsers
IGroupApiAsync.ListGroupUsers
Provide a documentation link
https://developer.okta.com/docs/api/openapi/okta-management/management/tags/group/other/listgroupusers
https://github.com/okta/okta-sdk-dotnet/blob/master/docs/GroupApi.md#listgroupusers
|
public IOktaCollectionClient<User> ListGroupUsers( string groupId , string after = default(string) , int? limit = default(int?) , System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) |
Additional Information?
In the previous version of the Okta.SDK the search parameter was available. Since version 10 it has been removed.
Describe the feature request?
The method
ListGroupUsersin de Okta.SDK doen't have a search parameter. The API behind it List all member users does have this as a querystring option available.We would like to have the
searchquery string parameter available in the SDK methodListGroupUsersof theIGroupApi.New or Affected Resource(s)
IGroupApi.ListGroupUsers
IGroupApiAsync.ListGroupUsers
Provide a documentation link
https://developer.okta.com/docs/api/openapi/okta-management/management/tags/group/other/listgroupusers
https://github.com/okta/okta-sdk-dotnet/blob/master/docs/GroupApi.md#listgroupusers
okta-sdk-dotnet/src/Okta.Sdk/Api/GroupApi.cs
Line 877 in 6dd7f06
Additional Information?
In the previous version of the Okta.SDK the search parameter was available. Since version 10 it has been removed.