Is it safe to expose a User’s ID in the URL? [closed]

The registered users of my APP will have a _id column in the User’s table.

Is it safe to expose this _id in the URL like so:

www.website.com/users/23427239729

where 23427239729 correspond a value in the _id column of the User’s table?