Set a player's PBEM attribution name
play_set_pbem_display_nameSet the name a campaign member's emails are attributed to when collated into a move (e.g. the character they play). Applies to all of that player's emails; blank clears it back to their Embers name. GM-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playerId | Yes | User `_id` of the accepted campaign member. | |
| campaignId | Yes | Mongo `_id` of the play campaign. | |
| displayName | Yes | Name this player's emails are attributed to when collated into a move (e.g. their character). Pass an empty string to clear it back to the player's Embers name. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||