For now, the attributes and excludedAttributes in the SearchRequest are implemented as a single string containing a comma-separated list of values. But, according to the RFC 7644, they must be a multi-valued list of strings, e.g. array of strings. Here is the sample from the RFC:
For now, the
attributes
andexcludedAttributes
in theSearchRequest
are implemented as a single string containing a comma-separated list of values. But, according to the RFC 7644, they must be a multi-valued list of strings, e.g. array of strings. Here is the sample from the RFC:Thank you so much for your attention and the great SDK.