Profiles

Profile Data Types

ProfileRequest

Key Value Required Notes
type profiles  
Attributes      
owner Person or Organization  
metadata Metadata -  
Relationships      
application ApplicationRelationship  

UpdateProfileRequest

Key Value Required Notes
type profiles  
Attributes      
owner Person or Organization    
metadata Metadata    
Relationships      
application ApplicationRelationship  
default_email_address EmailAddressRelationship    
default_phone_number PhoneNumberRelationship    

ProfileResponse

Key Value Notes
type profiles  
Attributes    
owner Person or Organization  
metadata Metadata  
Relationships    
application ApplicationRelationship  
addresses AddressRelationship  
phone_numbers PhoneNumberRelationship  
default_phone_number PhoneNumberRelationship  
email_addresses EmailAddressRelationship  
default_email_address EmailAddressRelationship  

Person

Person is an object with the following attributes:

Key Value Required Notes
type person  
first-name String  
last-name String  

Organization

Organization is an object with the following attributes:

Key Value Required Notes
type organization  
name String  
organization-type String c-corp or s-corp or llc or partnership or other

Table of contents