Get subscriptions for a user
curl --request GET \ --url http://localhost/api/admin/users/subscriptions
{ "workspaceId": "<string>", "userId": "<string>", "subscriptionGroups": [ { "id": "<string>", "name": "<string>", "isSubscribed": true } ] }
Default Response
The response is of type object.
object