Add User To Group
  • 05 May 2023
  • 1 Minute to read
  • Dark
    Light

Add User To Group

  • Dark
    Light

Article Summary

Step Details
Introduced in Version4.2.0
Last Modified in Version7.1.2
LocationIntegration > Okta

The Add User To Group step adds an Okta user account to a defined Okta group.

Prerequisites 

This step requires the Okta module to be installed before it will be available in the toolbox. 


Properties

Inputs

PropertyDescriptionData Type
Group NameThe name for the group defined in OktaString
User The account credentials created in OktaOktaUser


Common Errors

Exception invoking method AddUserToGroup on class

This error occurs if the Okta module is not properly set up. In Decisions go to Settings > Okta > Edit Okta Settings. Review the Okta Subdomain or URL and confirm that it is correct. 

In Okta review the SAML settings under Applications > Decisions > General.

Exception Message:

Name: Error running step Add User To Group 1[AddUserToGroup] in flow [Okta Test]: Exception invoking method AddUserToGroup on class OktaUserManagementMethods                 Exception Message: Error running step Add User To Group 1[AddUserToGroup] in flow [Okta Test]: Exception invoking method AddUserToGroup on class OktaUserManagementMethods                                  Input Values: -- No Data --                                  Exception Stack Trace: DecisionsFramework.Design.Flow.ErrorRunningFlowStep: Error running step Add User To Group 1[AddUserToGroup] in flow [Okta Test]: Exception invoking method AddUserToGroup on class OktaUserManagementMethods 
 ---> DecisionsFramework.LoggedException: Exception invoking method AddUserToGroup on class OktaUserManagementMethods 
 ---> System.ArgumentException: User ID is missing: This step can only be used with users retrieved from Okta. 
   at Decisions.Okta.OktaUserManagementMethods.VerifyUserHasId(OktaUser user) 
   at Decisions.Okta.OktaUserManagementMethods.AddUserToGroup(OktaUser user, String groupName) 
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) 
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)   
   --- End of inner exception stack trace --- 
   at DecisionsFramework.Design.Flow.StepImplementations.InvokeMethodStep.Run(StepStartData data) 
   at DecisionsFramework.Design.Flow.FlowStep.RunStepInternal(String flowTrackingID, String stepTrackingID, KeyValuePairDataStructure[] stepRunDataValues, AbstractFlowTrackingData trackingData) 
   at DecisionsFramework.Design.Flow.FlowStep.Start(String flowTrackingID, String stepTrackingID, FlowStateData data, AbstractFlowTrackingData trackingData, RunningStepData currentStepData)   
   --- End of inner exception stack trace ---
Related Information

Installing and Configuring Okta Module


Was this article helpful?

What's Next