Returns the contact info of the user with the specified id.
<Check title="Required Permissions" icon="key">The user must be an admin or the creator or have `user-master-data:read` permissions.</Check>
user-master-data:read permissions.Bearer authentication of the form Bearer <token>, where token is your auth token.
The type of the contact info. Possible values are: phone, email, address, messenger, social, urls.
The subtype of the contact info, Possible values are: Phone: [ ‘work’, ‘mobile’, ‘home’, ‘work Fax’, ‘fax’, ‘other’ ] Email: [ ‘work’, ‘private’, ‘other’ ] address: [ ‘work’, ‘home’, ‘other’ ] Messenger: [ ‘skype’, ‘whatsapp’, ‘other’ ] social: [ ‘facebook’, ‘twitter’, ‘xing’, ‘linkedIn’, ‘instagram’, ‘pinterest’, ‘other’ ] urls: [ ‘work’, ‘private’, ‘gitHub’, ‘other’ ].