REST API Get Subscriptions by User

I'm hoping I just overlooked something in the documentation. Is there an API endpoint that will return all subscriptions a user has (e.g. following, application, thread, post, etc.) without iterating through every application/object on the site?

Parents Reply
  • Former Member
    0 Former Member in reply to starksk

    The In-Process Users API includes the capability to RunAs another user. You could leverage this either in a scheduled job that runs regularly to check old accounts as you mentioned, performing any lookups using the RunAs block; or in custom Rest Endpoints that accept UserId as an additional parameter and perform the RunAs block wrapping the in-process API.

Children
No Data