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