Create User Map
fortimail.users.maps.createCreate a FortiMail user map to link an internal user name to an external name, and flush the MCP cache so the mapping change takes effect.
Instructions
Purpose: POST /v1/user-maps/{key}. Body must include type per engine schema; pass map_type or full body.
Side effects: Flushes MCP cache.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Internal user name | |
| extra | No | Additional JSON fields for engine | |
| map_type | No | Engine `type` field (required by API) | |
| external_name | No | External mapping |