>>

Member

The Member payload. This represents a User in a sphere.

FieldTypeDescription
userUserThe underlying User for this member.
sphere_idNumberThe sphere to which this member belongs.
nickname?StringThe sphere-specific nickname of this member.
sphere_avatar?NumberThe sphere-specific avatar of this member.
sphere_banner?NumberThe sphere-specific banner of this member.
sphere_bio?StringThe sphere-specific bio of this member.
sphere_status?StringThe sphere-specific status of this member.
>>

Example

{
  "user": {
    "id": 48615849987333,
    "username": "yendri",
    "display_name": "Nicolas",
    ...
  },
  "sphere_id": 4080402038786,
  "nickname": "Nicky"
}