Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 816 Bytes

PartiesResource.md

File metadata and controls

40 lines (23 loc) · 816 Bytes

akahu - v1.15.3 / PartiesResource

Class: PartiesResource

Fetch identity data relating to the party that the user has logged-in to their institution as when connecting accounts to Akahu. i.e. the user's "profile" information at the connected institution.

Hierarchy

  • BaseResource

    PartiesResource

Table of contents

Methods

Methods

list

list(token): Promise<Party[]>

List all parties related to accounts which the user has shared with your app.

https://developers.akahu.nz/reference/get_parties

Parameters

Name Type
token string

Returns

Promise<Party[]>