Start a new topic

How can I assign additional properties to users?

In addition to first name, last name, email, etc I have domain-specific properties such as favorites and friends. How can I associate these properties with a user object?
1 Comment

The `KCSUser` class has a `setValue:forAttribute:` and `getValueForAttribute:` pair for arbitrary key-value pairs.
Login or Signup to post a comment