Properties
request
request: AxiosInstance
Methods
getAccountById
- getAccountById(accountId): Promise<any>
Returns Promise<any>
getAccountOwner
- getAccountOwner(accountId): Promise<any>
Returns Promise<any>
getAccountResponsibelManager
- getAccountResponsibelManager(accountId): Promise<any>
Returns Promise<any>
getAccountRestriction
- getAccountRestriction(accountId, service): Promise<any>
Parameters
- accountId: string
- service: string
Returns Promise<any>
getAccountTimezone
- getAccountTimezone(accountId): Promise<any>
Returns Promise<any>
getAccountUsers
- getAccountUsers(accountId): Promise<any>
Returns Promise<any>
getCreateGrantRequest
- getCreateGrantRequest(accountId, userId): Promise<any>
Parameters
- accountId: string
- userId: string
Returns Promise<any>
getSearchGrantRequest
- getSearchGrantRequest(accountId, userId): Promise<any>
Parameters
- accountId: string
- userId: string
Returns Promise<any>
postAccountRestrictionLimitReached
- postAccountRestrictionLimitReached(accountId, service, resource, limit): Promise<any>
Parameters
- accountId: string
- service: string
- resource: string
- limit: number
Returns Promise<any>