Following the model search endpoint added last month, you can now search for users on WriftAI through the API.
How it works
The new GET /search/users endpoint accepts a query string and returns matching users. Results are paginated using cursor-based pagination.
1curl "https://api.wrift.ai/v1/search/users?q=john&page_size=10" \2 -H "Authorization: Bearer $WRIFTAI_ACCESS_TOKEN"
Queries must be between 1 and 50 characters. See the API reference for the full request and response schema.