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

    Interface GetCurrentUser

    interface GetCurrentUser {
        expand?: string | string[] | ("applicationRoles" | "groups")[];
    }
    Index

    Properties

    Properties

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

    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.