Get the details of all users matching a particular criteria assigned to a tag
- Print
- PDF
Get the details of all users matching a particular criteria assigned to a tag
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Get
/api/user-tags/{userTagId}/matched-users
Security
HTTP
Type bearer
Path parameters
userTagId
stringRequired
ID of the tag page
Query parameters
filter
string
Filter the list of all users assigned to a tag (tag members) based on name or status. The supported operators are 'eq' and 'co'. An example format is given here, name co "Smith"
searchText
string
page
integer
Parameter to specify the page number of the records to retrieve
Default0
size
integerRequired
parameter to specify the number of records to retrieve per page
Default20
sort
string
parameter to specify the sort parameter and direction
Responses
200
OK
object
Was this article helpful?