Skip to main content
Version: Next

ViewProfile

Display basic profile information for the individual or organization provided as context.

Intent Name​

ViewProfile

Display Name​

View Profile

Possible Contexts​

Example​

const contact = {
type: 'fdc3.contact',
name: 'Jane Doe',
id: {
email: 'jane@mail.com'
}
}

fdc3.raiseIntent('ViewProfile', contact)

See Also​

Context

Intents