User Properties

Hi there,

I am trying to add custom user properties that will appear and can be used in such a way that I can interact with them as regular properties. For example, I want to call user.set(“pagerID”, id) or user.get(“pagerID”). Is there a way to associate users with a new property to users in an Active Directory profile? Simply calling user.set results in an error.

This link says that “The automatic db user source will see this and store it in a table, and it should work just fine” but I’m not sure how to make use of this.

Any insight would be greatly appreciated.