Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jira/src/version3/parameters/getCurrentUser.ts>GetCurrentUser

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

Properties

optional
expand:
| "groups"
| "applicationRoles"
| ("groups" | "applicationRoles")[]
| string
| string[]

Use expand to include additional information about user in the response. This parameter accepts a comma-separated list. Expand options include:

  • groups Returns all groups, including nested groups, the user belongs to.
  • applicationRoles Returns the application roles the user is assigned to.