Skip to main content

Create Group

Adds a new group with OKTA_GROUP type to your organization.

External Documentation

To learn more, visit the Okta documentation.

Parameters

ParameterDescription
Group DescriptionDescription of the Group.
Group NameName of the Group.

Example Output

{
"_embedded": {},
"_links": {},
"created": "date-time",
"id": "string",
"lastMembershipUpdated": "date-time",
"lastUpdated": "date-time",
"objectClass": [
"string"
],
"profile": {
"description": "string",
"name": "string"
},
"type": "string"
}

Workflow Library Example

Create Group with Okta and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop