Returns the contact infos of the user with the specified id.
Returns the contact infos of the user with the specified id.
<Check><b>Required Permissions</b>: The user must have either Admin, Owner (for their own user), or UserMasterData feature with Read permission.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
userId
The id of the user.
Query parameters
page
Page number for pagination
pageSize
Number of items per page
orderby
The properties to order by
filterby
The filter expression to filter by
Response
OK
label
The label of the contact info.
Only necessary if type 'custom' is used.
value
The value of the contact info.
type
The type of the contact info. Possible values are: phone, email, address, messenger, social, urls.
subType
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' ].
addressLine1
The first Address line of the address.
addressLine2
The second address line of the contact info.
zipCode
The Zipcode of the contact info.
city
The city of the contact info.
state
The state of the contact info.
country
The 2 letter iso code of the country.
isAddress
Flags whether this contactinfo is an address or not. If its an address, the address fields are required.
id
The Id of the contact info.
isDeleted
Whether the user has been deleted.
createdOn
The creation date.
createdBy
The id of the user who created the entity.
updatedOn
The date when the entity was updated.
updatedBy
the id of the user who updated the entity.