generatorTemplates
Get generatorTemplate writer
Determine whether a user is an authorized writer for a generatorTemplate. Returns the user if authorized, else throws 404 if either the writer or generatorTemplate is not found.
get/generatorTemplates/{key}/writers/{userNameOrId}
Path parameters
keystring required
The id or name of the generatorTemplate for which the authorized list of users are to be obtained.
userNameOrIdstring required
The username or the Id of the user
Response
Success, returns requested user.