jira.js
Guide
GitHub
Preparing search index...
userManagement
getApiTokens
Function getApiTokens
getApiTokens
(
client
:
Client
,
parameters
:
{
accountId
:
string
}
,
options
?:
RequestOptions
,
)
:
Promise
<
{
createdAt
:
string
;
expiry
?:
string
;
id
:
string
;
label
:
string
;
lastAccess
?:
string
;
[
key
:
string
]:
unknown
;
}
[]
,
>
Gets the API tokens owned by the specified user.
Parameters
client
:
Client
parameters
:
{
accountId
:
string
}
accountId
:
string
The ID of the user
Optional
options
:
RequestOptions
Returns
Promise
<
{
createdAt
:
string
;
expiry
?:
string
;
id
:
string
;
label
:
string
;
lastAccess
?:
string
;
[
key
:
string
]:
unknown
;
}
[]
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Gets the API tokens owned by the specified user.