Jira.js - Jira Cloud API library
    Preparing search index...

    Interface CreateUser

    The user details.

    interface CreateUser {
        emailAddress: string;
        products?: string[];
        self?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    emailAddress: string

    The email address for the user.

    products?: string[]

    Products the new user has access to. Valid products are: jira-core, jira-servicedesk, jira-product-discovery, jira-software. To create a user without product access, set this field to be an empty array. Defaults to ['jira-core', 'jira-servicedesk', 'jira-product-discovery', 'jira-software'].

    self?: string

    The URL of the user.