jira.js
Guide
GitHub
Preparing search index...
userManagement
getProfile
Function getProfile
getProfile
(
client
:
Client
,
parameters
:
{
accountId
:
string
}
,
options
?:
RequestOptions
,
)
:
Promise
<
{
account
:
{
account_id
:
string
;
account_status
:
"active"
|
"inactive"
|
"closed"
|
string
&
{}
;
account_type
:
string
&
{}
|
"atlassian"
|
"app"
|
"customer"
;
characteristics
?:
{
not_mentionable
?:
boolean
;
[
key
:
string
]:
unknown
}
;
email
:
string
;
extended_profile
?:
{
department
?:
string
;
job_title
?:
string
;
location
?:
string
;
organization
?:
string
;
[
key
:
string
]:
unknown
;
}
;
locale
?:
string
;
name
:
string
;
nickname
:
string
;
picture
:
string
;
zoneinfo
?:
string
;
[
key
:
string
]:
unknown
;
}
;
[
key
:
string
]:
unknown
;
}
,
>
Returns information about a single Atlassian account by ID
Parameters
client
:
Client
parameters
:
{
accountId
:
string
}
accountId
:
string
The ID of the user
Optional
options
:
RequestOptions
Returns
Promise
<
{
account
:
{
account_id
:
string
;
account_status
:
"active"
|
"inactive"
|
"closed"
|
string
&
{}
;
account_type
:
string
&
{}
|
"atlassian"
|
"app"
|
"customer"
;
characteristics
?:
{
not_mentionable
?:
boolean
;
[
key
:
string
]:
unknown
}
;
email
:
string
;
extended_profile
?:
{
department
?:
string
;
job_title
?:
string
;
location
?:
string
;
organization
?:
string
;
[
key
:
string
]:
unknown
;
}
;
locale
?:
string
;
name
:
string
;
nickname
:
string
;
picture
:
string
;
zoneinfo
?:
string
;
[
key
:
string
]:
unknown
;
}
;
[
key
:
string
]:
unknown
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Returns information about a single Atlassian account by ID