Message: response / contactDetail (app -> client)

Back to overview

Return the contact details (e.g. system contact).

This message MUST be sent by the app in case contact details have been requested by the client.

Acknowledgement

This message acknowledges:

Message Condition Error Codes
request/contactDetail (client -> app)

(None)

Name Description
internalError

An internal error occurred

invalidContact

The identity is not a valid contact

Args

Field Description Type Optional Nullable
identity

The identity of the contact

String False False

Data

Field Description Type Optional Nullable
receiver

Receiver details

Map<ContactDetails> False False

Models

ContactDetails

Field Description Type Optional Nullable Default
systemContact

System contact details

Map<SystemContact> True False

SystemContact

Field Description Type Optional Nullable Default
emails

Email addresses

Array<Email> False False
phoneNumbers

Phone numbers

Array<Phone> False False

Email

Field Description Type Optional Nullable Default
label

Category label

String False False
address

Email address

String False False

Phone

Field Description Type Optional Nullable Default
label

Category label

String False False
number

Phone number

String False False