Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Required string length:
1 - 900Query Parameters
Membership type to filter (If not filter will return both banned user and member)
Required array length:
1 - 2 elementsFilter users by their community roles
Required array length:
1 - 20 elementsThe default value depends on the search parameter. <br>
- If
searchparameter is not set, the default value islastCreated. - If
searchparameter is set, the default value isdisplayName.
Available options:
firstCreated, lastCreated, displayName, profileHandle Number of results per page (1-100)
Required range:
1 <= x <= 100Pagination token for getting next/previous pages
Maximum length:
1000Keyword to search for in user information such as displayName, profileHandle, and userId. The search is case-insensitive and supports partial matches.
Maximum length:
10000Fields to search community users for the search keyword (must be used with a search parameter), Default is all three fields <br>
displayName- Search by display name. When using withsortByparameter the applicable sort order isdisplayName,lastCreatedorfirstCreated. Default tolastCreated.<br>profileHandle- Search by profile handle, when using withsortByparameter the applicable sort order isprofileHandle,lastCreatedorfirstCreated. Default tolastCreated.<br>userId- Search by user id, when using withsortByparameter the applicable sort order islastCreated,firstCreatedordisplayName. Default tolastCreated.<br>
Maximum length:
3type of communityId
Available options:
public, internal filter deleted members if isDeleted is null, will return both deleted and non-deleted members