Assign Group to Application Okta c# SDK

I see there is an API for updating a application so it has a group assigned:

Is there a way to do this with the Okta C# SDK. Methods on the Groups/Applications seem to be lacking anything regarding assigning groups, or am I missing something?

Hello,

I believe client.Applications.CreateApplicationGroupAssignmentAsync is the method that would do this.

@grantdperkins Hi, are you using the Okta dotnet SDK?
Here is the usage guide.
Please check

  • Manage groups with the Groups API
  • Manage applications with the Apps API
    and see if they are helpful.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.