Skip to main content
A follow record represents a directional relationship where one user follows another. Follows are one-way — unlike connections, following someone does not require the other person to accept.

Properties

PropertyTypeDescription
idstringUnique follow identifier (UUID).
projectIdstringThe project this follow relationship belongs to.
followerIdstringThe ID of the user who is doing the following.
followedIdstringThe ID of the user being followed.
createdAtDateWhen the follow was created.

See Also