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.
Example response
[
{
"userId": 123,
"subscriptionId": "8e8cf611-d74c-4a2f-8b61-754b22328fbb",
"created": "2024-08-08T22:21:48.612Z"
}
]