assign_users_to_groups
Automate user group assignments in Okta by mapping user attributes to specific groups, streamlining group management for multiple users efficiently.
Instructions
Assign multiple users to groups based on attributes
Input Schema
Name | Required | Description | Default |
---|---|---|---|
attributeMapping | Yes | Mapping of user attributes to group IDs (e.g., {"department": {"Engineering": "group1Id", "Sales": "group2Id"}}) | |
userIds | Yes | List of user IDs to assign |