Filter Users
Last updated
POST https://ext-v2.smarttask.io/v1.0/organization-user/filter-users/{organization_id}?query={query}&page_no={page_no}&list_size={list_size}
organization_id
number
OrganizationId to fetch users from
query
string
The API will do its best to find a user matching the provided query string.
page_no
number
Page Number
list_size
number
Cannot be greater than 100
Authorization
string
Bearer token
Array of except_user_ids
Eg: [ 1, 2]
[
{
full_name: "Alex Macmohan";
email: "alex@awesome.com";
user_id: 1;
role: "core";
avatar_url: "https://someurl.png";
}
]
Last updated