Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Required string length:
1 - 900
Query 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
search
parameter is not set, the default value islastCreated
. - If
search
parameter is set, the default value isdisplayName
.
Available options:
firstCreated
, lastCreated
, displayName
, profileHandle
Number of results per page (1-100)
Required range:
1 <= x <= 100
Pagination token for getting next/previous pages
Maximum length:
1000
Keyword to search for in user information such as displayName, profileHandle, and userId. The search is case-insensitive and supports partial matches.
Maximum length:
10000
Fields 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 withsortBy
parameter the applicable sort order isdisplayName
,lastCreated
orfirstCreated
. Default tolastCreated
.<br>profileHandle
- Search by profile handle, when using withsortBy
parameter the applicable sort order isprofileHandle
,lastCreated
orfirstCreated
. Default tolastCreated
.<br>userId
- Search by user id, when using withsortBy
parameter the applicable sort order islastCreated
,firstCreated
ordisplayName
. Default tolastCreated
.<br>
Maximum length:
3
type of communityId
Available options:
public
, internal
filter deleted members if isDeleted is null, will return both deleted and non-deleted members