Check License
This method returns the capabilities assigned to a group of granteeIds.
Code Sample
import { Salable } from '@salable/node-sdk';
const salable = new Salable('{{API_KEY}}');
const check = await salable.licenses.check('{{PRODUCT_UUID}}', ['userId_1', 'userId_2']);
Parameters
productUuid (required)
Type: string
Product uuid
of the capabilities you wish to check
granteeIds (required)
Type: string[]
A String array of the grantee Ids you wish to check against
Return Type
For more information about this request see our API documentation on License Check Object