Problem/Motivation
In our Okta setup, we needed to be able to create a user and assign their group immediately during creation. This feature would require the following pull request to get merged into the underlying API code here: https://github.com/dakkusingh/oktasdk-php/pull/3
Proposed resolution
Update the okta_api.users service to pass the group ids to the create method.
Issue fork okta_api-3209177
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
pfrillingComment #4
pfrillingMerge request #1 is ready for review. Everything seems to be working in my testing.
Comment #5
pfrillingFixed in the 8.x-2.x branch.