863 B
863 B
Schema for a User object
What's a User object for?
The User object stores information for a given user. This includes the last uploaded Photo and Action id.
Schema for a User object
{
id: (string),
lastPhotoId: (string),
lastActionId: (string)
}
Schema description
- id, the user id
- last{Object}Id, most recent base 32 id for the specified object (photo, action, activity, webhook, etc.)