Users

Search users by username or email

import { users } from 'devshare'
//Get users that have a username or email containing 'somename'
users()
  .search('somename')
  .then(matchingUsers =>
    console.log('matching users found', matchingUsers)
   )

results matching ""

    No results matching ""