User Added to Group
Trigger a flow when a user is assigned to a group in Okta API.
Output
Field | Definition | Type |
---|---|---|
Date and Time | Date and time the event was triggered in Okta API. | String |
Message | Message details about the event. | String |
Event ID | Unique identifier of the event. | String |
Event Type | Type of event that was published. | String |
Event Time | Timestamp when the notification was delivered to the service. | String |
Version |
Versioning indicator. |
String |
Admin | Okta admin who provisioned the user. | Object |
ID | ID of the Okta admin who provisioned the user. | String |
Alternate ID | Email address of the Okta admin. | String |
Display Name | Display name of the Okta admin. | String |
Okta User | Okta user who was added to the group. | Object |
ID | ID of the Okta user who was added to the group. | String |
Alternate ID | Email address of the Okta user. | String |
Display Name | Display name of the Okta user. | String |
Group | Target group that the user was assigned to. | Object |
ID | ID of the target group. | String |
Alternate ID | Alternate ID of the target group. | String |
Display Name | Display name of the target group. | String |
User Groups | If the user is a member of multiple groups, the following fields are returned for each group: | list of objects |
ID | ID of the group that the user belongs to. | String |
Name |
Name of the group. |
String |
Description | Description of the group that the user belongs to. | String |
UUID | Webhook event's universal unique identifier. | String |
Event Details | Raw JSON payload returned from the Okta API for this particular event. | Object |
Headers | Object representing the headers for the response; each key of the header will be parsed into a header string as "key: value" (Content-Type: text/plain ). |
Object |
Source | Source of user-specific data. | Object |
Debug Context | ||
Debug Data | Information on the triggered event used for debugging; for example, returned data can include a URI, an SMS provider, or transaction ID. | Object |

While you can create additional user or group fields for an Okta event, the Okta API only supports four fields for Okta connector event cards: ID, Alternate ID, Display Name, and Type. Values will be returned for these four input fields only. No other fields are supported for users or groups, and data from such fields will not be returned by this event card.