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