Available methods:
See also:
Required API scope: contacts:read
GET /api/v1/aspects/:aspect_id/contacts
[
{
"guid": "f50ffc00b188013355e3705681972339",
"diaspora_id": "alice@example.com",
"name": "Alice Testing",
"avatar": "http://example.com/uploads/images/thumb_medium_83abe5319ef830c2bd84.jpg"
},
{
"guid": "cb7e4aa0b82f0133e40d406c8f31e210",
"diaspora_id": "bob@example.com",
"name": "Bob Testing",
"avatar": "http://example.com/uploads/images/thumb_medium_a51bf501fe86c198c0b1.jpg"
}
]
Required API scope: contacts:modify
POST /api/v1/aspects/:aspect_id/contacts
{
"person": "cb7e4aa0b82f0133e40d406c8f31e210"
}
Name | Type | Description |
---|---|---|
person | GUID | The GUID of the person that should be added to the given aspect. |
Status: 204 No Content
Required API scope: contacts:modify
DELETE /api/v1/aspects/:aspect_id/contacts/:person_guid
Status: 204 No Content