08-03-2020 10:56
08-03-2020 10:56
I had a question on the implementation of deleted user notifications.
It's similar to https://community.fitbit.com/t5/Web-API-Development/Seeking-more-details-on-correct-way-to-implement..., but need futher clarification.
The documentation at "Notification of Deleted Users" says that the notification comes via subscriber endpoint with a collectionType of "deletedUsers".
{
"collectionType": "deleteUser",
"date": "2018-04-20",
"ownerId": "184X36",
"ownerType": "user",
"subscriptionId": "123"
}However, the collection "deletedUser" is not one of the collections listed in the "Adding a Subscription" section.
That begs the following questions:
Thanks in advance!
Answered! Go to the Best Answer.
Best Answer08-03-2020 12:12
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
08-03-2020 12:12
You do not add a subscription for the deleteUser collection to receive the deleteUser notifications. We will automatically send the notifications to the default subscriber.
I'll make certain to update the documentation with this information.
Gordon
Best Answer08-03-2020 12:12
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
08-03-2020 12:12
You do not add a subscription for the deleteUser collection to receive the deleteUser notifications. We will automatically send the notifications to the default subscriber.
I'll make certain to update the documentation with this information.
Gordon
Best Answer