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
Name | Type |
---|---|
sphere_identifier | SphereIdentifier |
member_identifier | UserIdentifier |
Response
200Member
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
# TODO: add example