freshservice_agentfreshservice_agent_rolefreshservice_announcementfreshservice_assetfreshservice_asset_componentfreshservice_asset_contractfreshservice_asset_typefreshservice_business_hourfreshservice_changefreshservice_change_notefreshservice_contractfreshservice_contract_typefreshservice_departmentfreshservice_locationfreshservice_problemfreshservice_problem_notefreshservice_problem_taskfreshservice_problem_timeentryfreshservice_productfreshservice_purchase_orderfreshservice_releasefreshservice_release_notefreshservice_release_taskfreshservice_release_timeentryfreshservice_requesterfreshservice_servicefreshservice_sla_policyfreshservice_softwarefreshservice_software_installationfreshservice_software_userfreshservice_solution_articlefreshservice_solution_categoryfreshservice_solution_folderfreshservice_ticketfreshservice_ticket_conversationfreshservice_ticket_taskfreshservice_ticket_timeentryfreshservice_vendor
Table: freshservice_software_user
Obtain information Users assigned to Software.
Examples
List all users of a specific software
select *from freshservice_software_userwhere software_id = 20585369;
Get a specific user for a software
select *from freshservice_software_userwhere software_id = 20585369 and id = 1008564;
Schema for freshservice_software_user
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form, e.g. connection_name. | |
allocated_date | timestamp with time zone | Timestamp when the license was allocated. | |
created_at | timestamp with time zone | Timestamp when the installation was created. | |
first_used | timestamp with time zone | Timestamp when the software was first used by the user. | |
id | bigint | = | ID of the software-user combination. |
last_used | timestamp with time zone | Timestamp when the software was last used by the user. | |
license_id | bigint | Display ID of the allocated software license contract. | |
software_id | bigint | = | ID of the software this installation belong to. |
updated_at | timestamp with time zone | Timestamp when the installation was last updated. | |
user_id | bigint | ID of the user using the software. |