Get the status of a license key's features and seat capacity.
Response schema
Attribute
Description
activeUserCount
integer The number of active users in the Immuta tenant.
licenseSeats
integer The total number of seats available in the license.
canAddUser
boolean When true, the administrator can add user accounts to the Immuta tenant.
hardSeats
integer The number of licensed seats available.
Request example
This example request gets the number of seats and active users for the license key associated with the https://www.organization.immuta.com Immuta tenant.
Get the license usage summary. This endpoint returns a summary of the number of active and inactive users and a list of users.
Query parameters
Parameter
Description
Required
offset
integer The start index of the records to return. You can combine the offset and size parameters to return a specific set of user records. For example, to return the second and third user records in the response, you would set offset=1 and size=2. The default start index is 0.
No
size
integer The number of user records to return. The default size is 10.
No
Response schema
Attribute
Description
users
array[] An array of user records.
users.userType
string The type of user. Value can be dataConsumer or policyOwner.
users.name
string The name of the user.
users.email
string The user's email address.
users.iamid
string The IAM the user belongs to.
users.userid
string The user's username.
users.active
boolean If true, the user is active. This is determined by whether Immuta has tracked any activity by the user in the last year.
summary
object The summary of license usage that covers all users, not just the subset returned by a call to this endpoint.
summary.dataConsumers
array Includes a summary of the dataConsumers type.
summary.dataConsumers.totalCount
integer The total number of users of this type known to Immuta.
summary.dataConsumers.activeCount
integer The number of active data consumers known to Immuta, determined by whether Immuta has tracked any activity by the user in the last year. Minimum value is 0.
summary.dataConsumers.inactiveCount
integer The number of inactive data consumers known to Immuta, determined by whether Immuta has tracked any activity by the user in the last year. Minimum value is 0.
summary.policyOwners
object Includes a summary of the policyOwners type.
summary.policyOwners.totalCount
integer The total number of users of this type known to Immuta.
Request example
This request gets the license usage for 5 users in the https://www.organization.immuta.com Immuta tenant.