Hi Every one,
I am wondering if anyone faced this issue before.
I am trying to make an API call using the users API as following.
The issue that I don't get tags in the response as mentioned in the API documentation:
I get ''tags' in the response only when I pass it as a sting as following:
Below is a sample response after passing the entire list: ["tags", "custom_field_values"], only "custom_field_values" is there.