Preparing search index...
The search index is not available
@espressif/rainmaker-base-sdk
@espressif/rainmaker-base-sdk
types/input
ShareGroupsRequest
Interface ShareGroupsRequest
Request payload for sharing a group with another user.
interface
ShareGroupsRequest
{
groupIds
:
string
[]
;
makePrimary
?:
boolean
;
metadata
?:
Record
<
string
,
any
>
;
toUserName
:
string
;
}
Index
Properties
group
Ids
make
Primary?
metadata?
to
User
Name
Properties
group
Ids
groupIds
:
string
[]
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
group
Ids
make
Primary
metadata
to
User
Name
@espressif/rainmaker-base-sdk
Loading...
Request payload for sharing a group with another user.