Open larzaleth opened 2 years ago
Hello,
I already create two user and set the tags "Android,Phone,Apps" each user.
Then i want to retrieve the user using
const searchParams = { tags: ["Android"] };
ConnectyCube.users.get(searchParams)
Then its return { code: 422,"info":{"errors":{"base":["get_params.tags?,split is not a function"]}}}
{ code: 422,"info":{"errors":{"base":["get_params.tags?,split is not a function"]}}}
Please check it
Hello,
I already create two user and set the tags "Android,Phone,Apps" each user.
Then i want to retrieve the user using
const searchParams = { tags: ["Android"] };
ConnectyCube.users.get(searchParams)
Then its return
{ code: 422,"info":{"errors":{"base":["get_params.tags?,split is not a function"]}}}
Please check it