Thank you for your reply.
I have done this (registered a relationship between users and posts).
My use case is this: a user pays for access to a post and upon payment the user is "added" to the post which gives them access to it.
But if the user needs to be "added" to more than one post (if they buy access to 3 posts, for instance), I have to wrap the Add function in a loop to add user to post 1, post 2, post 3 and so on separately.
My question still remains, can I "add" a user to more than one post in one request. Or am I limited to the loop solution, one by one?
I hope I made it a little clearer this time.
Or perhaps there's a better way of achieving this and I'm missing something?
Thanks again 🙂