Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jira/src/version2/models/newUserDetails.ts>NewUserDetails

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface NewUserDetails
import { type NewUserDetails } from "https://deno.land/x/jira@v3.0.2/src/version2/models/newUserDetails.ts";

The user details.

Properties

emailAddress: string

The email address for the user.

optional
key: string

This property is no longer available. See the migration guide for details.

optional
name: string

This property is no longer available. See the migration guide for details.

optional
password: string

This property is no longer available. If the user has an Atlassian account, their password is not changed. If the user does not have an Atlassian account, they are sent an email asking them set up an account.

optional
products:
| "jira-core"
| "jira-servicedesk"
| "jira-product-discovery"
| "jira-software"
| ""
| string
| string[]

Products the new user has access to. Valid products are: jira-core, jira-servicedesk, jira-product-discovery, jira-software. If left empty, the user will get default product access. To create a user without product access, set this field to be an empty array.

optional
self: string

The URL of the user.