Preparing search index...
The search index is not available
@espressif/rainmaker-base-sdk
@espressif/rainmaker-base-sdk
types/input
ShareGroupRequest
Interface ShareGroupRequest
Request payload for sharing group with other user.
interface
ShareGroupRequest
{
makePrimary
?:
boolean
;
metadata
?:
Record
<
string
,
any
>
;
toUserName
:
string
;
}
Hierarchy
Omit
<
ShareGroupsRequest
,
"groupIds"
>
ShareGroupRequest
Index
Properties
make
Primary?
metadata?
to
User
Name
Properties
Optional
make
Primary
makePrimary
?:
boolean
Optional
metadata
metadata
?:
Record
<
string
,
any
>
to
User
Name
toUserName
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
make
Primary
metadata
to
User
Name
@espressif/rainmaker-base-sdk
Loading...
Request payload for sharing group with other user.