Forum Discussion

AbhishekIlindra's avatar
8 years ago

Invite Group members with user name

Hi All,

 

We can only invite members to a group by searching with the help of username. Is there anyway we can search user with Email id then user name with non-admin role.

 

Thanks,

Abhishek 

  • DougS's avatar
    DougS
    Khoros Oracle

    Community user search (and thus REST V1 User Search) searches across several field (including both login and email) when looking for users. Not sure if this fits your use-case exactly, but you could possibly write something custom that does a REST V1 user search and then use the REST V1 group invite call to invite those users.

     

    -Doug