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