Okta · Arazzo Workflow
Okta Create Group and Add Members
Version 1.0.0
Create a new Okta group and add two users to it.
View Spec
View on GitHub
IdentityWorkforce IdentityCustomer IdentityAuthenticationAuthorizationSingle Sign-OnMulti-Factor AuthenticationIdentity GovernancePrivileged AccessAI AgentsCross-App AccessMCPPlatformArazzoWorkflows
Provider
Workflows
create-group-and-add-members
Create a group and seed it with members.
Creates an OKTA_GROUP, then adds a primary and secondary user to the new group by id.
1
createGroup
createGroup
Create a new OKTA_GROUP using the supplied name and optional description.
2
addPrimaryMember
addUserToGroup
Add the primary user to the newly created group.
3
addSecondaryMember
addUserToGroup
Add the optional second user to the same group.