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

Command icon 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

pfrilling created an issue. See original summary.

pfrilling’s picture

Version: 8.x-3.x-dev » 8.x-2.x-dev

pfrilling’s picture

Status: Active » Needs review

Merge request #1 is ready for review. Everything seems to be working in my testing.

pfrilling’s picture

Version: 8.x-2.x-dev » 8.x-3.x-dev
Status: Needs review » Patch (to be ported)

Fixed in the 8.x-2.x branch.

  • a09ff32 committed on 8.x-2.x
    Issue #3209177: Add the ability to create a new user and assign them to...