List

Lists all the per-user managed configurations for the specified user

2 variables
15 variables

Lists all the per-user managed configurations for the specified user. Only the ID is set

Authorization

To use this building block you will have to grant access to at least one of the following scopes:

  • Manage corporate Android devices

Input

This building block consumes 2 input parameters

  = Parameter name
  = Format

enterpriseId STRING Required

The ID of the enterprise

userId STRING Required

The ID of the user

Output

This building block provides 15 output parameters

  = Parameter name
  = Format

kind STRING

Identifies what kind of resource this is. Value: the fixed string "androidenterprise#managedConfigurationsForUserListResponse"

managedConfigurationForUser[] OBJECT

A managed configuration resource contains the set of managed properties defined by the app developer in the app's managed configurations schema, as well as any configuration variables defined for the user

managedConfigurationForUser[].configurationVariables OBJECT

A configuration variables resource contains the managed configuration settings ID to be applied to a single user, as well as the variable set that is attributed to the user. The variable set will be used to replace placeholders in the managed configuration settings

managedConfigurationForUser[].configurationVariables.kind STRING

Identifies what kind of resource this is. Value: the fixed string "androidenterprise#configurationVariables"

managedConfigurationForUser[].configurationVariables.mcmId STRING

The ID of the managed configurations settings

managedConfigurationForUser[].configurationVariables.variableSet[] OBJECT

A variable set is a key-value pair of EMM-provided placeholders and its corresponding value, which is attributed to a user. For example, $FIRSTNAME could be a placeholder, and its value could be Alice. Placeholders should start with a '$' sign and should be alphanumeric only

managedConfigurationForUser[].kind STRING

Identifies what kind of resource this is. Value: the fixed string "androidenterprise#managedConfiguration"

managedConfigurationForUser[].managedProperty[] OBJECT

A managed property of a managed configuration. The property must match one of the properties in the app restrictions schema of the product. Exactly one of the value fields must be populated, and it must match the property's type in the app restrictions schema

managedConfigurationForUser[].managedProperty[].key STRING

The unique key that identifies the property

managedConfigurationForUser[].managedProperty[].valueBool BOOLEAN

The boolean value - this will only be present if type of the property is bool

managedConfigurationForUser[].managedProperty[].valueBundle OBJECT

A bundle of managed properties

managedConfigurationForUser[].managedProperty[].valueInteger INTEGER

The integer value - this will only be present if type of the property is integer

managedConfigurationForUser[].managedProperty[].valueString STRING

The string value - this will only be present if type of the property is string, choice or hidden

managedConfigurationForUser[].managedProperty[].valueStringArray[] STRING

managedConfigurationForUser[].productId STRING

The ID of the product that the managed configuration is for, e.g. "app:com.google.android.gm"