Update memberships and authorize members by IP address or email domain.
Overview
Tools for membership-type subscriptions: link a shipping address to a seat, and grant institutional access that unlocks content for an entire IP range or email domain without naming individual members.
API Endpoints
| Method | Endpoint | Description |
|---|---|---|
PUT | /api/v1/sdk/members/{id} | Update |
GET | /api/v1/sdk/members/ip/authorization | IP authorization |
GET | /api/v1/sdk/members/domain/authorization | Domain authorization |
Important Behaviors
Updateis protected — the member must belong to the authenticated customer; it links an address the customer owns to the seat.- Institutional access checks (IP / domain) are public and require no authentication; they return
404 No subscriptions foundwhen nothing matches.

