kustomer-client
Preparing search index...
KustomerApi
getRoleGroupById
Function getRoleGroupById
getRoleGroupById
<
ThrowOnError
extends
boolean
=
true
>
(
options
:
Options
<
GetRoleGroupByIdData
,
ThrowOnError
>
,
)
:
RequestResult
<
{
data
:
{
attributes
:
{
createdAt
:
string
;
description
:
string
;
display
:
boolean
;
name
:
string
;
roles
:
string
[]
;
system
:
boolean
;
updatedAt
:
string
;
}
;
id
:
string
;
relationships
:
{
org
:
{
data
:
{
id
:
string
;
type
:
string
}
;
links
:
{
self
:
string
}
}
;
}
;
type
:
string
;
}
;
}
,
unknown
,
ThrowOnError
,
>
Get A Role Group By ID Gets a single role group.
Type Parameters
ThrowOnError
extends
boolean
=
true
Parameters
options
:
Options
<
GetRoleGroupByIdData
,
ThrowOnError
>
Returns
RequestResult
<
{
data
:
{
attributes
:
{
createdAt
:
string
;
description
:
string
;
display
:
boolean
;
name
:
string
;
roles
:
string
[]
;
system
:
boolean
;
updatedAt
:
string
;
}
;
id
:
string
;
relationships
:
{
org
:
{
data
:
{
id
:
string
;
type
:
string
}
;
links
:
{
self
:
string
}
}
;
}
;
type
:
string
;
}
;
}
,
unknown
,
ThrowOnError
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
kustomer-client
Loading...
Get A Role Group By ID Gets a single role group.