Auth0 Universal Components
GitHub
Auth0
Preparing search index...
public-api
UseOrganizationMemberDetailOptions
Interface UseOrganizationMemberDetailOptions
interface
UseOrganizationMemberDetailOptions
{
assignRolesAction
?:
ComponentAction
<
{
roleIds
:
string
[]
;
userId
:
string
}
,
void
,
>
;
customMessages
?:
Partial
<
OrganizationMemberDetailMessages
>
;
onBack
?:
()
=>
void
;
readOnly
?:
boolean
;
removeFromOrganizationAction
?:
ComponentAction
<
string
,
void
>
;
removeRolesAction
?:
ComponentAction
<
{
roleIds
:
string
[]
;
userId
:
string
}
,
void
,
>
;
userId
:
string
;
}
Index
Properties
assign
Roles
Action?
custom
Messages?
on
Back?
read
Only?
remove
From
Organization
Action?
remove
Roles
Action?
user
Id
Properties
Optional
assign
Roles
Action
assignRolesAction
?:
ComponentAction
<
{
roleIds
:
string
[]
;
userId
:
string
}
,
void
>
Optional
custom
Messages
customMessages
?:
Partial
<
OrganizationMemberDetailMessages
>
Optional
on
Back
onBack
?:
()
=>
void
Optional
read
Only
readOnly
?:
boolean
Optional
remove
From
Organization
Action
removeFromOrganizationAction
?:
ComponentAction
<
string
,
void
>
Optional
remove
Roles
Action
removeRolesAction
?:
ComponentAction
<
{
roleIds
:
string
[]
;
userId
:
string
}
,
void
>
user
Id
userId
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
assign
Roles
Action
custom
Messages
on
Back
read
Only
remove
From
Organization
Action
remove
Roles
Action
user
Id
GitHub
Auth0
Auth0 Universal Components
Loading...