Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.91 KB

Profile.md

File metadata and controls

16 lines (11 loc) · 1.91 KB

Profile

Properties

Name Type Description Notes
identifier list[Identifier] Identifiers available in the profile page of the account.<br><br><b>Account Type</b>: Aggregated<br><b>Endpoints</b>:<ul><li>GET accounts</li><li>GET accounts/{accountId}</li></ul> [optional] [readonly]
address list[AccountAddress] Address available in the profile page of the account.<br><br><b>Account Type</b>: Aggregated<br><b>Endpoints</b>:<ul><li>GET accounts</li><li>GET accounts/{accountId}</li></ul> [optional] [readonly]
phone_number list[PhoneNumber] Phone number available in the profile page of the account.<br><br><b>Account Type</b>: Aggregated<br><b>Endpoints</b>:<ul><li>GET accounts</li><li>GET accounts/{accountId}</li></ul> [optional] [readonly]
gender str Gender of the provider account holder.<br><br><b>Aggregated / Manual</b>: Aggregated<br><b>Endpoints</b>:<ul><li>GET providerAccounts/profile</li></ul> [optional] [readonly]
name Name [optional]
email list[Email] Email Id available in the profile page of the account.<br><br><b>Account Type</b>: Aggregated<br><b>Endpoints</b>:<ul><li>GET accounts</li><li>GET accounts/{accountId}</li></ul> [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]