Skip to main content
Glama
CDataSoftware

CData Sync MCP Server

Official

write_users

Create or update user accounts in CData Sync with configurable roles, passwords, and access settings. Manage single users or bulk operations for authentication and permissions.

Instructions

Create or update CData Sync users.

PASSWORD REQUIREMENTS: Must contain uppercase, lowercase, numbers, AND special characters.

RETURNS:

  • create: New user details with confirmation

  • update: Updated user information

COMMON ERRORS:

  • "Invalid password" - Must meet complexity requirements

  • "User already exists" - Use unique usernames

  • "Invalid role" - Use exact role values (cdata_admin, etc.)

  • "Bulk creation failed" - Check individual user errors

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesCreate new users or update existing. No delete available.
userNoUsername for single operations. Must be unique. Case-sensitive.
passwordNoPassword must be 8+ characters with uppercase, lowercase, numbers, AND special characters (!@#$%^&*). Example: 'MyPass123@'. Required for create. Store securely.
rolesNoUser role (use exact values): cdata_admin, cdata_standard, cdata_job_creator, or cdata_support
activeNoEnable/disable user access. Inactive users cannot log in.
federationIdNoSSO federation ID. Enables single sign-on authentication.
expiredInNoDays until auth token expires (update only). Useful for API access tokens.
usersNoArray of users for bulk creation. Efficient for adding multiple users at once.
workspaceIdNoWorkspace ID to use for this operation. Overrides the default workspace. Use 'default' for the default workspace or a UUID for specific workspaces.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CDataSoftware/cdata-sync-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server