Skip to content

Add search parameter support to IGroupApi.ListGroupUsers #897

Description

@vekridinl

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions