cURL
curl --request GET \ --url https://our-secret-api-url.com/users/search/tags
[ 123 ]
Retrieve user IDs based on a list of tags.
userId
["berita"]
JSON-encoded array of tags
userId of the current user
Successful response with user IDs
User ID