$customHeader
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »


In this article you will learn how to retrieve and create contacts using REST API.

GET Method- Retrieve Contact

To retrieve existing contacts, specify the following information in Swagger:

  1. Click GET or Expand Operations to retrieve information.
  2. Specify the following details in the Parameters section.:
      - ISM application URL
      - User authtoken
      - Slice token
      - Web service user name and password
  3. Click Try it out.

POST Method- Create Contact

To create a new contact, perform the following:

  1. Click POST to create information.
  2. Specify the following details in the Parameters section.:
      - ISM application URL
      - User authtoken
      - Slice token
      - Web service user name and password
  3. Click the Example Value text box. The operations displayed in the text box will be copied to the Contact text box.
  4. Click Try it out. 
    The following information is displayed in the Example Value box.

Code Block- Contact Value

{
"ContactStatus": "string",
"CreationTimestamp": "string",
"CreationUserName": "string",
"DisplayName": "string",
"EmailAddress": "string",
"EmployeeID": "string",
"ExternalUserID": "string",
"FamilyName": "string",
"FirstName": "string",
"IsAdmin": "string",
"IsLoginEnabled": "string",
"IsOutOfOffice": "string",
"IsVIP": "string",
"LastModTimestamp": "string",
"LastModUserName": "string",
"LocaleID": "string",
"ManagerID": "string",
"ManagerUserName": "string",
"MdrElementID": "string",
"MiddleName": "string",
"NameTitle": "string",
"NonTranslatedIsVIPEnabled": "string",
"OrgName": "string",
"Phone2": "string",
"Phone3": "string",
"Phone4": "string",
"PhoneType2": "string",
"PhoneType3": "string",
"PhoneType4": "string",
"PrimaryOrgHierarchicalPath": "string",
"PrimaryOrganization": "string",
"PrimaryOrganizationID": "string",
"PrimaryPhone": "string",
"PrimaryPhoneType": "string",
"UserGroupList": "string",
"UserGroupRoleList": "string",
"UserID": "string",
"UserLicenseType": "string",
"UserLicenseTypeCode": "string",
"UserLogin": "string",
"UserOrgList": "string",
"UserRoleList": "string",
"UserType": "string"
}


  • No labels