Update Group
- 05 May 2023
- 1 Minute to read
- Print
- DarkLight
Update Group
- Updated on 05 May 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 4.2.0 |
Last Modified in Version | 7.1.2 |
Location | Integration > Okta |
The Update Group step allows the user to update the description and name of an Okta group of user accounts.
Prerequisites
This step requires the Okta module to be installed before it will be available in the toolbox.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Okta Group | The Okta group that will be updated | OktaGroup |
Outputs
Property | Description | Data Type |
---|---|---|
Output | Okta Groups that have been updated | OktaGroup |
Common Errors
Exception invoking method UpdateGroup 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:
Exception Stack Trace: DecisionsFramework.Design.Flow.ErrorRunningFlowStep: Error running step Update Group 1[UpdateGroup] in flow [Okta Test]: Exception invoking method UpdateGroup on class OktaGroupManagementMethods ---> DecisionsFramework.LoggedException: Exception invoking method UpdateGroup on class OktaGroupManagementMethods ---> System.ArgumentException: Group ID is missing: This step can only be used with groups retrieved from Okta. at Decisions.Okta.OktaGroupManagementMethods.VerifyGroupHasId(OktaGroup group) at Decisions.Okta.OktaGroupManagementMethods.UpdateGroup(OktaGroup oktaGroup) 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
Was this article helpful?