Search
Preparing search index...
The search index is not available
Rocket.Chat Apps TypeScript Definition
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
IUserRead
Interface IUserRead
This accessor provides methods for accessing users in a read-only-fashion.
Hierarchy
IUserRead
Index
Methods
get
ById
get
ByUsername
Methods
get
ById
get
ById
(
id
:
string
)
:
Promise
<
IUser
>
Parameters
id:
string
Returns
Promise
<
IUser
>
get
ByUsername
get
ByUsername
(
username
:
string
)
:
Promise
<
IUser
>
Parameters
username:
string
Returns
Promise
<
IUser
>
Globals
IUser
Read
get
ById
get
ByUsername
Generated using
TypeDoc
This accessor provides methods for accessing users in a read-only-fashion.