{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "UserCriteria - Metadata API",
"description": "Represents the member criteria to use in Experience Cloud site moderation rules. This type extends the Metadata metadata type and inherits its fullName field..",
"file_information": ".userCriteria",
"directory_location": "UserCriteria",
"fields_columns": [
"type",
"description"
],
"fields": {
"creationAgeInSeconds": {
"type": "int",
"description": "If specified, includes only users that were created within a specific time frame."
},
"description": {
"type": "string",
"description": "The description of the user criteria."
},
"lastChatterActivityAgeInSeconds": {
"type": "int",
"description": "If specified, includes only members that have posted or commented in the Experience Cloud site within a specific time frame."
},
"masterLabel": {
"type": "string",
"description": "Name of the user criteria."
},
"userTypes": {
"type": "NetworkUserType enumeration ( of type string)",
"description": "The member type to use in moderation rules. Valid values are: Internal Customer Partner"
}
},
"wsdl_segment": "```xml\n\n \n \n \n\n\n \n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n\n```",
"declarative_metadata_sample_definition": [
{
"description": "The following is an example of a UserCriteria component.",
"code": "\n\n Customer and Partner Members\n Member criteria matches customer and partner member\n Partner\n Customer\n"
}
]
}