2 years ago
#8968
user601236
Is there a way to concatenate the query parameters in a GET API call?
I am trying to hit a GET API call using SCIM protocol with multiple filter query parameters like firstName, lastName. I want to have another query parameter which can combine firstName and lastName. E.g. ?filter=firstName co "Praful" or lastName co "Praful" or firstName||lastName co "Praful M"
Is there a way to get the highlighted filter work? So I want to search if my text is a combination of firstName and lastName.
api
rest
get
scim
0 Answers
Your Answer