Preparing search index...
The search index is not available
GHL SDK - v1.1.6
GHL SDK
UsersClient
Class UsersClient
Hierarchy
GhlClient
UsersClient
Index
Constructors
constructor
Methods
find
By
Id
update
remove
find
By
Location
create
search
Constructors
constructor
new
UsersClient
(
accessToken
:
string
)
:
UsersClient
Parameters
accessToken
:
string
Returns
UsersClient
Methods
find
By
Id
findById
(
userId
:
string
)
:
Promise
<
User
>
Parameters
userId
:
string
Returns
Promise
<
User
>
update
update
(
userId
:
string
,
dto
:
UpdateUserDto
)
:
Promise
<
User
>
Parameters
userId
:
string
dto
:
UpdateUserDto
Returns
Promise
<
User
>
remove
remove
(
userId
:
string
)
:
Promise
<
DeleteUserResponse
>
Parameters
userId
:
string
Returns
Promise
<
DeleteUserResponse
>
find
By
Location
findByLocation
(
locationId
:
string
)
:
Promise
<
ListUsersResponse
>
Parameters
locationId
:
string
Returns
Promise
<
ListUsersResponse
>
create
create
(
dto
:
CreateUserDto
)
:
Promise
<
User
>
Parameters
dto
:
CreateUserDto
Returns
Promise
<
User
>
search
search
(
params
:
UserSearchParams
)
:
Promise
<
SearchUsersResponse
>
Parameters
params
:
UserSearchParams
Returns
Promise
<
SearchUsersResponse
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
find
By
Id
update
remove
find
By
Location
create
search
GHL SDK - v1.1.6
Loading...