GitHub
npm
Preparing search index...
The search index is not available
Bitbucket Data Center API Client
Bitbucket Data Center API Client
BitbucketUser
Interface BitbucketUser
Represents a Bitbucket Data Center user.
interface
BitbucketUser
{
active
:
boolean
;
displayName
:
string
;
emailAddress
:
string
;
id
:
number
;
links
:
Record
<
string
,
unknown
>
;
name
:
string
;
slug
:
string
;
type
:
"NORMAL"
|
"SERVICE"
;
}
Index
Properties
active
display
Name
email
Address
id
links
name
slug
type
Properties
active
active
:
boolean
display
Name
displayName
:
string
email
Address
emailAddress
:
string
id
id
:
number
links
links
:
Record
<
string
,
unknown
>
name
name
:
string
slug
slug
:
string
type
type
:
"NORMAL"
|
"SERVICE"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
display
Name
email
Address
id
links
name
slug
type
GitHub
npm
Bitbucket Data Center API Client
Loading...
Represents a Bitbucket Data Center user.