Can we detect if users profile is private or not?

how to detect, after searching of users, if any particular users profile is private or not, and how can i make my profile private?

If you’re utilizing our SDK, the solution would involve creating a role, such as “Private user.” You can detect this role when searching for users. Then, on their frontend side, you can hide their feed data and implement follower/following logic for users’ relationships.