Query Community

There are methods to obtain communities that will only meet certain specific criteria:

  • the displayName parameter allows you to filter communities based on the community displayName

  • the filter parameter let you filter communities based on the logged-in user membership status

  • the categoryId parameters let you filter communities based on community categories

  • the sortBy parameters let you filter communities based on the order that the communities were created or based on alphabetical order

  • the includeDeleted parameters let you specify if you want to include deleted communities in your query

If you want to fetch all communities, you can pass the keyword as nil.

Last updated