Skip to main content

UserManagementAttributeSearchInput

No description

input UserManagementAttributeSearchInput {
type: AttributeType!
name: String!
textValue: LocalizedStringArrayInput
enumValue: [String!]
intValue: Int
decimalValue: Float
}

Fields

UserManagementAttributeSearchInput.type ● AttributeType! non-null enum

Attribute type.

UserManagementAttributeSearchInput.name ● String! non-null scalar

Attribute name for which the value is applied for.

UserManagementAttributeSearchInput.textValue ● LocalizedStringArrayInput input

Textual value(s) for the attribute, required when attribute type equals text or color. This value is suitable for Localization.

UserManagementAttributeSearchInput.enumValue ● [String!] list scalar

Enumeration value for the attribute, required when type is enum. Values in this field can be multi value.

UserManagementAttributeSearchInput.intValue ● Int scalar

Integer value for the attribute, required when attribute type equals numeric or object.

UserManagementAttributeSearchInput.decimalValue ● Float scalar

Decimal value for the attribute, required when attribute type equals decimal.

Member Of

ContactSearchArguments input ● CustomerSearchArguments input