We have created a subscription-scoped part of the management API, called Subscription API (SAPI) for subscription admins and we would like it to be covered in the SDK.
(!) Going to be released in the first half of January 22.
Proposed solution
The SDK should include functionality of the new endpoints for subscription users:
Motivation
We have created a subscription-scoped part of the management API, called Subscription API (SAPI) for subscription admins and we would like it to be covered in the SDK.
(!) Going to be released in the first half of January 22.
Proposed solution
The SDK should include functionality of the new endpoints for subscription users:
Additional context
SAPI endpoins contract
See Docs preview for more detailed info.
The endpoints that were added:
GET /v2/subscriptions/{subscription_id}/users
GET /v2/subscriptions/{subscription_id}/users/{user_identifier}
{user_id}
email/{email}
PUT /v2/subscriptions/{subscription_id}/users/{user_identifier}/activate
{user_id}
email/{email}
PUT /v2/subscriptions/{subscription_id}/users/{user_identifier}/dectivate
{user_id}
email/{email}