Hi @membermaster
Just to clarify, this plugin is called “ACF”, now to your question:
Yes, this is possible.
You can create a field group containing a textarea field and attach this to each user. You can use the built in user/member functionality of WP by allowing anyone to register on the site.
Then, you need to create a page template which takes the member $_GET variable, and uses that to load the ACF field value from the DB.
In the docs, there are some code examples on how to load data from a user.
Hope that helps.
Thanks
E