Auth0 Universal Components
GitHub
Auth0
Preparing search index...
public-api
UseMemberManagementServiceOptions
Interface UseMemberManagementServiceOptions
interface
UseMemberManagementServiceOptions
{
activeTab
?:
ActiveTab
;
assignRolesAction
?:
ComponentAction
<
{
roleIds
:
string
[]
;
userId
:
string
}
,
void
,
>
;
createInvitationAction
?:
ComponentAction
<
CreateInvitationInput
,
MemberInvitation
,
>
;
customMessages
?:
Partial
<
OrganizationMemberManagementMessages
>
;
invitationParams
?:
TableQueryParams
<
MemberManagementSortConfig
,
MemberManagementFilterState
,
>
;
memberParams
?:
TableQueryParams
<
MemberManagementSortConfig
,
MemberManagementFilterState
,
>
;
removeFromOrganizationAction
?:
ComponentAction
<
string
,
void
>
;
resendInvitationAction
?:
ComponentAction
<
MemberInvitation
,
MemberInvitation
,
>
;
revokeInvitationAction
?:
ComponentAction
<
MemberInvitation
,
void
>
;
viewMemberDetailsAction
?:
ComponentAction
<
string
,
void
>
;
}
Index
Properties
active
Tab?
assign
Roles
Action?
create
Invitation
Action?
custom
Messages?
invitation
Params?
member
Params?
remove
From
Organization
Action?
resend
Invitation
Action?
revoke
Invitation
Action?
view
Member
Details
Action?
Properties
Optional
active
Tab
activeTab
?:
ActiveTab
Optional
assign
Roles
Action
assignRolesAction
?:
ComponentAction
<
{
roleIds
:
string
[]
;
userId
:
string
}
,
void
>
Optional
create
Invitation
Action
createInvitationAction
?:
ComponentAction
<
CreateInvitationInput
,
MemberInvitation
,
>
Optional
custom
Messages
customMessages
?:
Partial
<
OrganizationMemberManagementMessages
>
Optional
invitation
Params
invitationParams
?:
TableQueryParams
<
MemberManagementSortConfig
,
MemberManagementFilterState
,
>
Optional
member
Params
memberParams
?:
TableQueryParams
<
MemberManagementSortConfig
,
MemberManagementFilterState
,
>
Optional
remove
From
Organization
Action
removeFromOrganizationAction
?:
ComponentAction
<
string
,
void
>
Optional
resend
Invitation
Action
resendInvitationAction
?:
ComponentAction
<
MemberInvitation
,
MemberInvitation
>
Optional
revoke
Invitation
Action
revokeInvitationAction
?:
ComponentAction
<
MemberInvitation
,
void
>
Optional
view
Member
Details
Action
viewMemberDetailsAction
?:
ComponentAction
<
string
,
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
Tab
assign
Roles
Action
create
Invitation
Action
custom
Messages
invitation
Params
member
Params
remove
From
Organization
Action
resend
Invitation
Action
revoke
Invitation
Action
view
Member
Details
Action
GitHub
Auth0
Auth0 Universal Components
Loading...