Description
PublicProfile
provides publicly visible profile information for any user in Flock.
Object Attributes
Name | Type | Required | Description |
---|---|---|---|
id | String | Yes | Id of the user |
firstName | String | Yes | First name of the user |
lastName | String | Yes | Last name of the user |
profileImage | String | No | URL of the user's profile image |
isGuest | Boolean | No | true if user's role is guest. Default value is false . |