Minimal JSON file for adding a single user in a ghost environment.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "data": { | |
| "users": [ | |
| { | |
| "email": "sample@gmail.com", | |
| "name": "sample" | |
| } | |
| ] | |
| }, | |
| "meta": { | |
| "version": "3.3.0" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is useful when you want to add one or multiple users without inviting them through sending the email, I mean for testing purposes.
Here:
emailandnameare required to create the author.meta versionis theghost version.