Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ProfilesApi

Hierarchy

  • ProfilesApi

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected basePath

basePath: string = "https://dev.azure.com/"

defaultHeaders

defaultHeaders: any

Methods

getProfile

  • getProfile(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<Profile>
  • Gets a user profile.

    Parameters

    • params: object
      • apiVersion: string
      • Optional coreAttributes?: string
      • Optional details?: boolean
      • Optional forceRefresh?: boolean
      • id: string
      • Optional partition?: string
      • Optional withAttributes?: boolean
    • Optional extraQueryParams: any
    • Optional extraFetchParams: any

    Returns Promise<Profile>

Generated using TypeDoc