Skip to content

Fix ServiceNow action argument names and document allowed-domains scope - #428

Merged
mindymo merged 2 commits into
mainfrom
docs/cxp-831
Jul 30, 2026
Merged

Fix ServiceNow action argument names and document allowed-domains scope#428
mindymo merged 2 commits into
mainfrom
docs/cxp-831

Conversation

@c1-dev-bot

@c1-dev-bot c1-dev-bot Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Fix action argument names: The enable_user and disable_user connector actions document the argument as user_id, but the connector expects userId. Using the documented name always fails with missing required argument userId. This corrects both entries in the actions table.

  • Document allowed-domains scope change: The allowed-domains field now filters group and role membership grants in addition to account syncing. The docs previously described it as only affecting account sync. Updated the cloud-hosted setup description and the self-hosted YAML comments to reflect the broader scope.

Test plan

  • Verify the actions table shows userId instead of user_id
  • Verify the allowed-domains description mentions membership grant filtering
  • Verify the YAML comment in the self-hosted config reflects the updated scope
  • Confirm no other references to user_id or outdated allowed-domains descriptions remain

Automated PR Notice

This PR was automatically created by c1-dev-bot as a potential documentation update.

This documentation requires:

  • Human review for accuracy and completeness
  • Verification that it matches current product behavior
  • Approval from the appropriate team before merging

…omains scope

The enable_user and disable_user connector actions document the argument
as `user_id`, but the connector expects `userId` — using the documented
name always fails with "missing required argument userId". This corrects
the argument name in the actions table.

Also updates the allowed-domains documentation to reflect that the field
now filters group and role membership grants in addition to account
syncing.
@linear-code

linear-code Bot commented Jul 27, 2026

Copy link
Copy Markdown

CXP-831

@mintlify

mintlify Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
conductorone 🟢 Ready View Preview Jul 27, 2026, 9:16 PM

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants