Collection relation user

System Information
  • **Strapi Version4:
  • Operating System:
  • **DatabasePostgres:
  • Node Version:
  • NPM Version:
  • Yarn Version:

Hi,

I’m new user of Strapi and using API. I have a collection Article. In this collection, I have a relation User (author).

When I call the endpoint API /articles, I don’t have a user data by default. For this, I need to enable permission in user-permission to find user.

How can I disable the endpoint /users and users/:id and display data user in my endpoint /articles ?

Thank you for your answer.

1 Like

facing same issue