Create Group
Adds a new group with OKTA_GROUP
type to your organization.
External Documentation
To learn more, visit the Okta documentation.
Parameters
Parameter | Description |
---|---|
Group Description | Description of the Group. |
Group Name | Name 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
Preview this Workflow on desktop