Member
The Member payload. This represents a User in a sphere.
| Field | Type | Description | 
|---|---|---|
| user | User | The underlying User for this member. | 
| sphere_id | Number | The sphere to which this member belongs. | 
| nickname? | String | The sphere-specific nickname of this member. | 
| sphere_avatar? | Number | The sphere-specific avatar of this member. | 
| sphere_banner? | Number | The sphere-specific banner of this member. | 
| sphere_bio? | String | The sphere-specific bio of this member. | 
| sphere_status? | String | The sphere-specific status of this member. | 
Example
{
  "user": {
    "id": 48615849987333,
    "username": "yendri",
    "display_name": "Nicolas",
    ...
  },
  "sphere_id": 4080402038786,
  "nickname": "Nicky"
}