Preparing search index...
The search index is not available
@espressif/rainmaker-base-sdk
@espressif/rainmaker-base-sdk
types/input
TransferGroupsRequest
Interface TransferGroupsRequest
Request payload for transferring group ownership to another user.
interface
TransferGroupsRequest
{
assignRoleToSelf
?:
string
;
groupIds
:
string
[]
;
metadata
?:
Record
<
string
,
any
>
;
toUserName
:
string
;
}
Hierarchy
Omit
<
ShareGroupsRequest
,
"makePrimary"
>
TransferGroupsRequest
Index
Properties
assign
Role
To
Self?
group
Ids
metadata?
to
User
Name
Properties
Optional
assign
Role
To
Self
assignRoleToSelf
?:
string
group
Ids
groupIds
:
string
[]
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
assign
Role
To
Self
group
Ids
metadata
to
User
Name
@espressif/rainmaker-base-sdk
Loading...
Request payload for transferring group ownership to another user.