v1

latestOpenAPI 3.0.3Lucid2026-07-14155181312.3 KB
Licenses

List User Licenses

Retrieves all licenses that have been granted to a specific user on the account.

get/v1/users/{id}/licenses

Path parameters

idinteger required

User ID

Response

OK. Returns an array of licenses granted to the specified user.

userIdinteger required

User ID

subscriptionIdstring uuid required

Subscription ID

createdstring date-time required

Date and time when the license was granted

Example response

[
  {
    "userId": 123,
    "subscriptionId": "8e8cf611-d74c-4a2f-8b61-754b22328fbb",
    "created": "2024-08-08T22:21:48.612Z"
  }
]