>>

Get Member

This route does not require a valid Authorization header, however it is preferred to provide it.

GET/spheres/<sphere_identifier>/members/<member_identifier>

Get a member’s data using a Sphere Identifier and User Identifier.

>>

Path Params

NameType
sphere_identifierSphereIdentifier
member_identifierUserIdentifier
>>

Response

200Member

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

# TODO: add example