createdUserId property

int? get createdUserId

The ID of the administrator who published the entry (returned only for communities when requested with an administrator access key). It is returned in records published less than 24 hours ago.

Implementation

int? get createdUserId => payload['created_by'];