Activity
List activity
ListActivity returns what is waiting, newest first.
Response Body
application/json
application/json
curl -X GET "https://example.com/api/v1/activity"{ "activity": [ { "uid": "string", "kind": "ACTIVITY_KIND_UNSPECIFIED", "text": "string", "targetUid": "string", "createdAt": "string", "unread": true, "outcome": "ACTIVITY_OUTCOME_UNSPECIFIED" } ], "unreadCount": 0}Update own profile
UpdateOwnProfile changes the signed-in Member's own name and email. Their own, and only their own. An Admin who wants somebody else's name changed asks them: an account is a person, and Nooks does not let one person edit another.
Mark activity read
MarkActivityRead marks everything the Member has now seen.