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

    Interface AddUsersToOrganization

    interface AddUsersToOrganization {
        accountIds?: string[];
        organizationId: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    accountIds?: string[]

    List of customers, specific by account IDs, to add to or remove from the organization.

    organizationId: number

    The ID of the organization.