Is there a way to see which user created or edited a node?

I’m not seeing anything like this in the API docs but thought I’d ask.

There is only one node that contains the creator name—StickyNode. You can get the name like this: node.authorName.

Also, nodes can contain custom information that the plugin writes through setPluginData and/or setSharedPluginData.