Creates a new contact info for the user with the specified id.
Creates a new contact info for the user with the specified id.
Required Permissions
The user must be an admin or the creator or haveuser-master-data:write
permissions.Path parameters
The id of the user.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
The label of the contact info. Only necessary if type ‘custom’ is used.
The value of the contact info.
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’ ].
The first Address line of the address.
The second address line of the contact info.
The Zipcode of the contact info.
The city of the contact info.
The state of the contact info.
The 2 letter iso code of the country.
Flags whether this contactinfo is an address or not. If its an address, the address fields are required.
Response
OK
The label of the contact info. Only necessary if type ‘custom’ is used.
The value of the contact info.
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’ ].
The first Address line of the address.
The second address line of the contact info.
The Zipcode of the contact info.
The city of the contact info.
The state of the contact info.
The 2 letter iso code of the country.
Flags whether this contactinfo is an address or not. If its an address, the address fields are required.
The Id of the contact info.
Whether the user has been deleted.
The creation date.
The id of the user who created the entity.
The date when the entity was updated.
the id of the user who updated the entity.