# Chrome Profile Management - [API documentation](#api-documentation) - [Introduction](#introduction) - [Definitions](#definitions) - [Delete Chrome profiles](#delete-chrome-profiles) - [Display Chrome profiles](#display-chrome-profiles) - [Profile Query Searchable Fields](#profile-query-searchable-fields) ## Introduction These features were added in version 7.01.00. To use these commands you must update your client authorization. ``` gam oauth create [*] 3) Chrome Management API - Profiles (supports readonly) ``` You must enable managed profile reporting, see: https://support.google.com/chrome/a/answer/9301421 Follow instructions at: Turn on managed profile reporting ## API documentation * [Chrome Management API - Profiles](https://developers.google.com/chrome/management/reference/rest/v1/customers.profiles) * [Turn on Chrome Browser and Profile Reporting](https://support.google.com/chrome/a/answer/9301421) ## Definitions ``` ::= ::= ::= customers//profiles/ ::= affiliationstate| annotatedlocation| annotateduser| attestationcredential| profilechannel| profileversion| deviceinfo| displayname| extensioncount| firstenrollmenttime| identityprovider| lastactivitytime| lastpolicyfetchtime| lastpolicysynctime| laststatusreporttime| name| osplatformtype| osplatformversion| osversion| policycount| profileid| profilepermanentid| reportingdata| useremail| userid ::= "(,)*" ::= affiliationstate| profilechannel| profileversion| displayname| extensioncount| firstenrollmenttime| identityprovider| lastactivitytime| lastpolicysynctime| laststatusreporttime| osplatformtype| osversion| policycount| profileid| useremail ``` ## Delete Chrome profiles ``` gam delete chromeprofile ``` ## Display Chrome profiles ``` gam info chromeprofile * [fields ] [formatjson] ``` Select the fields to be displayed: * `* [fields ]` - Display a selected list of fields By default, Gam displays the information as an indented list of keys and values: - `formatjson` - Display the fields in JSON format. ``` gam show chromeprofiles [filtertime.*