Back to BMC Remedy Integrations
Handler · Version 1

BMC ITSM9 Person Create BMC Remedy

Download GitHub

About

Creates a single ITSM v9.x CTM People entry with the information specified via the REST API

Note: If one component of the phone number is passed, all 4 should be.

Configurations
Name Description Sample
api_server The ITSM ARS API application, if running task locally could be http://localhost:8008/ http://server:port/api
api_username Name of user account that has permission to use the ITSM API
api_password Password for the ITSM API user *********
enable_debug_logging Enable debug logging if the value is set to 'Yes'. No
Parameters
Name Description Sample
Error Handling Determine what to return if an error is encountered. Raise Error
Profile Status: The Remedy Profile Status.
Remedy Login ID: The Remedy Login ID associated to the CTM People record to create.
First Name: The First Name to set
Last Name: The Last Name to set
Middle Name: The Middle Name/Initial to set, Optional
Client Type: The Client Type to set, often 'Office-Based Employee' or 'Contractor' or 'Customer'. Must be valid option of menu.
Client Sensitivity: The Client Sensitivity to set. Either Standard or Sensitive.
VIP: The VIP value to set. Yes or No
Author: The author of the creation to the person record.
Company: The Company to set
Organization: The Organization to set
Department: The Department to set
Email Address: The email address to set
Region: The region to set
Site Group: The site group to set
Site: The site to set
CC Business: The phone number country code to set
Area Code Business: The phone number area code to set
Local Part Business Phone: The phone number local part to set
Business Phone: The phone number (put together) to set
Language The language to set (ex. en_US, fr_FR) <%=@answers['New Language']%>
Support Staff:
Assignment Availability:
Desk Location:
Mail Station:
ACD:
Managers Name:
Manager Login ID:
Primary Domain:
Cost Center Code:
Unrestricted Access:
Results
Name Description
Handler Error Message Error, if one is found
Result Json result of the update
Person ID The Person ID of the record created
Changelog

BMC ITSM9 Person Create V1 (2018-06-29)

  • Initial version. See README for details.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top