v1

latestOpenAPI 3.0.32026-08-061874701.5 MB
users

List user plans

List plans to which the user belongs.

Note: For pagination guidance, refer to Token-based pagination.

get/users/{userId}/plans

Query parameters

lastKeystring
Example:abcDefGhIjKlMnOpQrStUvWxYz

The lastKey token returned from the previous page of results. If not specified, the first page of results is returned.

maxItemsinteger
Example:100

Request query parameter used in endpoints that support token based pagination.

The maximum amount of items to return in the response. The default and minimum are 100.

displayContributorSeatTypeboolean
Example:true

When true, displays seatType as CONTRIBUTOR for all free-tier plans the user belongs to.

Response

Returns result object.

Note: For pagination guidance, refer to Pagination.

lastKeystring

The ID of the last item returned in the set. Use as lastKey (query parameter) in the request for the next page.

Example response

{
  "lastKey": "48569348493401200",
  "data": [
    {
      "planId": 4843937635559300,
      "seatType": "MEMBER",
      "seatTypeLastChangedAt": "2025-06-14T09:55:30Z",
      "isInternal": true,
      "provisionalExpirationDate": "2025-06-14T09:55:30Z"
    }
  ]
}