kustomer-client
Preparing search index...
KustomerApi
getUsersTeams
Function getUsersTeams
getUsersTeams
<
ThrowOnError
extends
boolean
=
true
>
(
options
:
Options
<
GetUsersTeamsData
,
ThrowOnError
>
,
)
:
RequestResult
<
{
data
:
{
attributes
:
{
createdAt
:
string
;
members
:
string
[]
;
modifiedAt
:
string
;
name
:
string
;
updatedAt
:
string
;
}
;
id
:
string
;
links
:
{
self
:
string
}
;
relationships
:
{
createdBy
:
{
data
:
{
id
:
string
;
type
:
string
}
;
links
:
{
self
:
string
}
;
}
;
modifiedBy
:
{
data
:
{
id
:
string
;
type
:
string
}
;
links
:
{
self
:
string
}
;
}
;
org
:
{
data
:
{
id
:
string
;
type
:
string
}
;
links
:
{
self
:
string
}
}
;
}
;
type
:
string
;
}
[]
;
links
:
{
first
:
string
;
next
:
null
|
string
;
prev
:
null
|
string
;
self
:
string
;
}
;
meta
:
{
page
:
number
;
pageSize
:
number
}
;
}
,
unknown
,
ThrowOnError
,
>
Get a User's Teams Gets list of all Teams for a specific user.
Type Parameters
ThrowOnError
extends
boolean
=
true
Parameters
options
:
Options
<
GetUsersTeamsData
,
ThrowOnError
>
Returns
RequestResult
<
{
data
:
{
attributes
:
{
createdAt
:
string
;
members
:
string
[]
;
modifiedAt
:
string
;
name
:
string
;
updatedAt
:
string
;
}
;
id
:
string
;
links
:
{
self
:
string
}
;
relationships
:
{
createdBy
:
{
data
:
{
id
:
string
;
type
:
string
}
;
links
:
{
self
:
string
}
;
}
;
modifiedBy
:
{
data
:
{
id
:
string
;
type
:
string
}
;
links
:
{
self
:
string
}
;
}
;
org
:
{
data
:
{
id
:
string
;
type
:
string
}
;
links
:
{
self
:
string
}
}
;
}
;
type
:
string
;
}
[]
;
links
:
{
first
:
string
;
next
:
null
|
string
;
prev
:
null
|
string
;
self
:
string
;
}
;
meta
:
{
page
:
number
;
pageSize
:
number
}
;
}
,
unknown
,
ThrowOnError
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
kustomer-client
Loading...
Get a User's Teams Gets list of all Teams for a specific user.