Freelancers
Search freelancers by name
Search freelancers by full or partial name. Used by the freelance invoice verification scenario to locate the user behind an invoice.
get/V1/freelancers
Query parameters
qstring required
Full or partial name (matches full_name, first_name, last_name). Restricted to users with user_type = author.
Response
matching freelancers
Example response
{
"data": [
{
"user_type": "author"
}
]
}