[Index]
User Relation including data, SSO and LDAP users.
Model ref.: relation/SystemUser
The full URL would include the host-proxy name: https://[host-proxy].
Variables are enclosed in square brackets.
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"username": {
"title": "User Name",
"description": "User's Username.",
"type": "string",
"required": true
},
"email": {
"title": "Email Address",
"description": "The User email address.",
"type": "string",
"required": false
},
"first_name": {
"title": "First Name",
"description": "The User first name.",
"type": "string"
},
"last_name": {
"title": "Last Name",
"description": "The User last name.",
"type": "string"
},
"password": {
"title": "Local Password",
"description": "The User password.",
"type": "string",
"is_password": true,
"pattern": ".{8,}",
"store_encrypted": true
},
"role": {
"title": "Role",
"description": "The role to which the user belongs. See: Role.",
"type": "string",
"format": "uri",
"required": true,
"target": "/api/data/Role/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_attr": "name",
"target_model_type": "data/Role",
"choices": []
},
"language": {
"title": "Language",
"description": "The preferred language for this user.",
"type": "string",
"format": "uri",
"required": false,
"target": "/api/data/Language/choices/?field=lcid&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_attr": "lcid",
"default": "en-us",
"target_model_type": "data/Language",
"choices": []
},
"set_language": {
"title": "Set by Default Language",
"description": "Indicate if the user's language is set by language default in the hierarchy.",
"type": "boolean",
"required": false,
"default": false
},
"account_information": {
"title": "Account Information",
"description": "Additional account information for the given user.",
"type": "object",
"required": false,
"properties": {
"change_password_on_login": {
"title": "Change Password on Next Login",
"description": "Indicates if the user must be forced to change their password the next time that login.",
"type": "boolean",
"required": false
},
"locked": {
"title": "Locked",
"description": "Indicates if the account has been locked to prevent the user from logging in.",
"type": "boolean",
"required": false
},
"disabled": {
"title": "Disabled",
"description": "Indicates if the account has been disabled to prevent the user from logging in until an administrator enables the account again.",
"type": "boolean",
"required": false
},
"reason_for_disabled": {
"title": "Reason for Disabled",
"description": "A description of why the account is disabled.",
"type": "string",
"required": false
},
"credential_policy": {
"title": "Credential Policy",
"description": "Specifies the policy with the rules used to govern this user's credentials.",
"type": "string",
"format": "uri",
"required": false,
"target": "/api/data/CredentialPolicy/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_attr": "name",
"target_model_type": "data/CredentialPolicy",
"choices": []
},
"failed_login_lock_date": {
"title": "Time Locked Due to Failed Login Attempts",
"description": "The time when the user account was locked as result of the number of failed login attempts exceeding the permitted thresholds.",
"type": "string",
"format": "date-time",
"required": false
},
"password_last_change_time": {
"title": "Time of Last Password Change",
"description": "The time when the password was last changed.",
"type": "string",
"format": "date-time",
"required": false,
"readonly": true
},
"password_last_change_time_by_user": {
"title": "Time of Last Password Change By User",
"description": "The time when the password was last changed by the user.",
"type": "string",
"format": "date-time",
"required": false,
"readonly": true
},
"last_login_time": {
"title": "Time of Last Successful Login",
"description": "The time the user last logged in successfully.",
"type": "string",
"format": "date-time",
"required": false,
"readonly": true
},
"account_last_enabled": {
"title": "Account Last Enabled",
"description": "Indicates when last the account had been re-enabled after being disabled due to inactivity.",
"type": "string",
"format": "date-time",
"required": false
},
"num_of_failed_login_attempts": {
"title": "Number of Failed Login Attempts Since Last Successful Login",
"description": "The total number of failed login attempts since last successful login.",
"type": "integer",
"required": false,
"default": "0"
},
"security_questions": {
"title": "Security Questions",
"type": "array",
"items": {
"type": "object",
"properties": {
"question": {
"title": "Question",
"type": "string",
"maxLength": 128,
"required": true,
"displayable": true
},
"answer": {
"title": "Answer",
"type": "string",
"maxLength": 128,
"required": true
}
}
}
},
"used_passwords": {
"title": "Used Passwords",
"description": "List of passwords that have been used by user.",
"type": "array",
"items": {
"type": "object",
"properties": {
"password": {
"title": "Password",
"description": "Used password",
"type": "string"
},
"time_created": {
"title": "Time Created",
"description": "Time when password was created.",
"type": "string"
}
}
}
}
}
},
"entitlement_profile": {
"title": "Entitlement Profile",
"type": "string",
"maxLength": 1024,
"format": "uri",
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"target": "/api/data/HcsEntitlementProfileDAT/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "data/HcsEntitlementProfileDAT",
"choices": []
},
"sync_source": {
"title": "Sync Source",
"description": "Sync source of the user. Identifies where the user was synced from. This value will determine the master of the data. The data in the User model will be derived from the fields of the master application (E.G. CUCM, CUC, MS-LDAP).",
"type": "string",
"format": "uri",
"target": "/api/data/UserSyncSource/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_attr": "name",
"default": "LOCAL",
"target_model_type": "data/UserSyncSource",
"choices": []
},
"sync_type": {
"title": "Sync Type",
"description": "Sync type of the user. Identifies the user type that was synced from device as indicated by Sync Source information, e.g. CUCM-Local, CUCM-LDAP, LOCAL.",
"type": "string",
"default": "LOCAL"
},
"building_name": {
"title": "Building Name",
"description": "Building name or number.",
"type": "string"
},
"country": {
"title": "Country",
"description": "Country name.",
"type": "string"
},
"department": {
"title": "Department",
"description": "Department names and numbers.",
"type": "string"
},
"directory_uri": {
"title": "Directory URI",
"description": "Alphanumeric Directory URI (e.g. SIP URI)",
"type": "string"
},
"display_name": {
"title": "Display Name",
"description": "Display name of the user",
"type": "string"
},
"employee_number": {
"title": "Employee Number",
"description": "Employee number of the user",
"type": "string"
},
"employee_type": {
"title": "Employee Type",
"description": "Employee type",
"type": "string"
},
"facsimile_telephone_number": {
"title": "Facsimile Telephone Number",
"description": "Contains strings that represent the user's facsimile telephone Number(s).",
"type": "array",
"items": {
"type": "string"
}
},
"home_phone": {
"title": "Home Phone",
"description": "Contains strings that represent the user's home phone number(s).",
"type": "array",
"items": {
"type": "string"
}
},
"ip_phone": {
"title": "IP Phone",
"description": "Contains strings that represent the user's IP phone number(s).",
"type": "array",
"items": {
"type": "string"
}
},
"jabber_id": {
"title": "Jabber ID",
"description": "Jabber ID",
"type": "string"
},
"city": {
"title": "City",
"description": "Contains the name of a person's locality.",
"type": "string"
},
"manager": {
"title": "Manager",
"description": "Manager.",
"type": "string"
},
"member_of": {
"title": "Member Of",
"description": "The user can be a member of a variety of groups.",
"type": "array",
"items": {
"type": "string"
}
},
"mobile": {
"title": "Mobile",
"description": "Contains strings that represent the user's IP mobile number(s).",
"type": "array",
"items": {
"type": "string"
}
},
"organization": {
"title": "Organization",
"description": "The name of the person's organization.",
"type": "string"
},
"object_class": {
"title": "Object Class",
"type": "array",
"minItems": 0,
"items": {
"type": "string",
"is_password": false
}
},
"other_mailbox": {
"title": "Other Mailbox",
"type": "array",
"minItems": 0,
"items": {
"type": "string",
"is_password": false
}
},
"ou": {
"title": "Organizational Unit",
"description": "The name of the person's organization unit.",
"type": "array",
"minItems": 0,
"items": {
"type": "string",
"is_password": false
}
},
"photo_url": {
"title": "Photo URL",
"description": "Photo URL.",
"type": "string"
},
"physical_delivery_office_name": {
"title": "Physical Delivery Office Name",
"description": "Physical Delivery Office Name.",
"type": "string"
},
"postal_code": {
"title": "Postal Code",
"description": "Contains code used by a Postal Service to identify postal service zones.",
"type": "string"
},
"preferred_language": {
"title": "Preferred Language",
"description": "Preferred Language.",
"type": "string"
},
"state": {
"title": "State",
"description": "Contains full names of state or province.",
"type": "string"
},
"street": {
"title": "Street",
"description": "Contains site information from a postal address.",
"type": "string"
},
"telephone_number": {
"title": "Telephone Number",
"description": "Telephone Number.",
"type": "array",
"items": {
"type": "string"
}
},
"timezone": {
"title": "Timezone",
"description": "Timezone.",
"type": "string"
},
"title": {
"title": "Title",
"description": "Title.",
"type": "string"
},
"unverified_mailbox": {
"title": "Unverified Mail Box",
"description": "Unverified Mail Box.",
"type": "string"
},
"customString1": {
"title": "Custom String 1",
"description": "Custom String",
"type": "string"
},
"customString2": {
"title": "Custom String 2",
"description": "Custom String",
"type": "string"
},
"customString3": {
"title": "Custom String 3",
"description": "Custom String",
"type": "string"
},
"customString4": {
"title": "Custom String 4",
"description": "Custom String",
"type": "string"
},
"customString5": {
"title": "Custom String 5",
"description": "Custom String",
"type": "string"
},
"customString6": {
"title": "Custom String 6",
"description": "Custom String",
"type": "string"
},
"customString7": {
"title": "Custom String 7",
"description": "Custom String",
"type": "string"
},
"customString8": {
"title": "Custom String 8",
"description": "Custom String",
"type": "string"
},
"customString9": {
"title": "Custom String 9",
"description": "Custom String",
"type": "string"
},
"customString10": {
"title": "Custom String 10",
"description": "Custom String",
"type": "string"
},
"customListOfStrings1": {
"title": "Custom List of Strings 1",
"description": "Custom List of Strings",
"type": "array",
"items": {
"type": "string"
}
},
"customListOfStrings2": {
"title": "Custom List of Strings 2",
"description": "Custom List of Strings",
"type": "array",
"items": {
"type": "string"
}
},
"customListOfStrings3": {
"title": "Custom List of Strings 3",
"description": "Custom List of Strings",
"type": "array",
"items": {
"type": "string"
}
},
"customListOfStrings4": {
"title": "Custom List of Strings 4",
"description": "Custom List of Strings",
"type": "array",
"items": {
"type": "string"
}
},
"customListOfStrings5": {
"title": "Custom List of Strings 5",
"description": "Custom List of Strings",
"type": "array",
"items": {
"type": "string"
}
},
"customListOfStrings6": {
"title": "Custom List of Strings 6",
"description": "Custom List of Strings",
"type": "array",
"items": {
"type": "string"
}
},
"customListOfStrings7": {
"title": "Custom List of Strings 7",
"description": "Custom List of Strings",
"type": "array",
"items": {
"type": "string"
}
},
"customListOfStrings8": {
"title": "Custom List of Strings 8",
"description": "Custom List of Strings",
"type": "array",
"items": {
"type": "string"
}
},
"customListOfStrings9": {
"title": "Custom List of Strings 9",
"description": "Custom List of Strings",
"type": "array",
"items": {
"type": "string"
}
},
"customListOfStrings10": {
"title": "Custom List of Strings 10",
"description": "Custom List of Strings",
"type": "array",
"items": {
"type": "string"
}
},
"customBoolean1": {
"title": "Custom Boolean 1",
"description": "Custom Boolean",
"type": "boolean"
},
"customBoolean2": {
"title": "Custom Boolean 2",
"description": "Custom Boolean",
"type": "boolean"
},
"customBoolean3": {
"title": "Custom Boolean 3",
"description": "Custom Boolean",
"type": "boolean"
},
"customBoolean4": {
"title": "Custom Boolean 4",
"description": "Custom Boolean",
"type": "boolean"
},
"customBoolean5": {
"title": "Custom Boolean 5",
"description": "Custom Boolean",
"type": "boolean"
},
"customBoolean6": {
"title": "Custom Boolean 6",
"description": "Custom Boolean",
"type": "boolean"
},
"customBoolean7": {
"title": "Custom Boolean 7",
"description": "Custom Boolean",
"type": "boolean"
},
"customBoolean8": {
"title": "Custom Boolean 8",
"description": "Custom Boolean",
"type": "boolean"
},
"customBoolean9": {
"title": "Custom Boolean 9",
"description": "Custom Boolean",
"type": "boolean"
},
"customBoolean10": {
"title": "Custom Boolean 10",
"description": "Custom Boolean",
"type": "boolean"
},
"auth_method": {
"title": "Auth Method",
"description": "The type of authentication that our user would be using. Typically this would be choices between a Standard VOSS 4 UC user, an LDAP user or an SSO user.",
"type": "string",
"default": "Local",
"choices": [
{
"value": "Local",
"title": "Local"
},
{
"value": "Automatic",
"title": "Automatic"
},
{
"value": "LDAP",
"title": "LDAP"
},
{
"value": "SSO",
"title": "SSO"
}
]
},
"ldap_server": {
"title": "LDAP Server",
"description": "A reference to the LDAP server which this user must authenticate against.",
"type": "string",
"format": "uri",
"required": false,
"target": "/api/data/Ldap/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "data/Ldap",
"choices": []
},
"ldap_username": {
"title": "LDAP Username",
"description": "The login attribute of the associated LDAP device model instance",
"type": "string"
},
"sso_idp": {
"title": "SSO Identity Provider",
"description": "The entity id of the SSO Identity Provider.",
"type": "string",
"format": "uri",
"required": false,
"target": "/api/data/SsoIdentityProvider/choices/?field=entity_id&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_attr": "entity_id",
"target_model_type": "data/SsoIdentityProvider",
"choices": []
},
"sso_username": {
"title": "SSO Username",
"description": "The name identifier that is used for an SSO authenticated user.",
"type": "string",
"required": false
},
"user_type": {
"title": "User Type",
"description": "Indicate the user's login type.",
"type": "string",
"required": false,
"default": "Admin",
"choices": [
{
"value": "Admin",
"title": "Admin"
},
{
"value": "End User",
"title": "End User"
},
{
"value": "End User + Admin",
"title": "End User + Admin"
}
]
},
"exclude_from_directory": {
"title": "Exclude from Directory",
"description": "Exclude from Directory flag to control the Phone Services directory lookup. If set to true the User's phone number will not appear in the directory lookup.",
"type": "boolean"
},
"mvs_hybrid_status": {
"title": "Hybrid Status",
"type": "string",
"required": false
},
"mvs_primary_line": {
"title": "Primary Line",
"type": "string"
},
"mvs_primary_line_cos": {
"title": "Primary Class of Service",
"type": "string"
},
"mvs_extensions": {
"title": "Extensions",
"description": "Extensions to select primary details from.",
"type": "array",
"required": false,
"items": {
"type": "object",
"properties": {
"line": {
"title": "Line",
"type": "string"
},
"line_e164": {
"title": "Line E164",
"type": "string"
},
"line_cos": {
"title": "Class of Service",
"type": "string"
}
}
}
},
"username_avaya_system_manager": {
"title": "Avaya System Manager User Name",
"description": "The username corresponding to the the Username in Avaya System Manager.",
"type": "string",
"required": false
},
"username_broadworks": {
"title": "Broadworks User Name",
"description": "The username corresponding to the the Username in Broadworks.",
"type": "string",
"required": false
},
"username_cuc": {
"title": "Cisco Unity Connection User Name",
"description": "The username corresponding to the the Username in Cisco Unity Connection.",
"type": "string",
"required": false
},
"username_cucm": {
"title": "Cisco Unified Communication Manager User Name",
"description": "The username corresponding to the the Username in Cisco Unified Communication Manager.",
"type": "string",
"required": false
},
"username_hcmf": {
"title": "HCMF User Name",
"description": "The username corresponding to the the Username in Cisco HCMF.",
"type": "string",
"required": false
},
"username_ldap": {
"title": "LDAP Directory User Name",
"description": "The username corresponding to the the Username in the LDAP Directory.",
"type": "string",
"required": false
},
"username_microsoft": {
"title": "Microsoft User Name",
"description": "The username corresponding to the the Microsoft Username.",
"type": "string",
"required": false
},
"username_ms_365": {
"title": "Microsoft Office 365 User Name",
"description": "The username corresponding to the the Username in Microsoft Office 365.",
"type": "string",
"required": false
},
"username_ms_ldap": {
"title": "Microsoft LDAP User Name",
"description": "The username corresponding to the the Username in Microsoft LDAP.",
"type": "string",
"required": false
},
"username_ms_teams": {
"title": "Microsoft Teams User Name",
"description": "The username corresponding to the the Username in Microsoft Teams.",
"type": "string",
"required": false
},
"username_open_ldap": {
"title": "Open LDAP User Name",
"description": "The username corresponding to the the Username in Opoen LDAP.",
"type": "string",
"required": false
},
"username_uccx": {
"title": "Cisco Unified Contact Centre Express User Name",
"description": "The username corresponding to the the Username in Cisco Unified Contact Centre Express.",
"type": "string",
"required": false
},
"username_webex_teams": {
"title": "Webex App User Name",
"description": "The username corresponding to the the Username in Webex App.",
"type": "string",
"required": false
},
"username_zoom": {
"title": "Zoom User Name",
"description": "The username corresponding to the the Username in Zoom.",
"type": "string",
"required": false
},
"authorized_admin_hierarchy": {
"title": "Authorized Admin Hierarchy",
"description": "A reference an Authorized Admin Hierarchy instance that defines this user's administrative capabilities. This enables administrative capabilities for end users.",
"type": "string",
"format": "uri",
"required": false,
"target": "/api/data/AuthorizedAdminHierarchy/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_attr": "name",
"target_model_type": "data/AuthorizedAdminHierarchy",
"choices": []
},
"license_audit_details": {
"title": "License Audit Details",
"description": "License Audit Information.",
"type": "object",
"required": false,
"properties": {
"last_checked": {
"title": "Last Checked",
"description": "The last time the License Audit Details were updated.",
"type": "string",
"format": "date-time",
"required": false,
"readonly": true
},
"status": {
"title": "License Audit Status",
"description": "The License Audit status of the user.",
"type": "string",
"required": false,
"readonly": true,
"default": "Unknown",
"choices": [
{
"value": "Licensed",
"title": "Licensed"
},
{
"value": "Unlicensed",
"title": "Unlicensed"
},
{
"value": "Unknown",
"title": "Unknown"
}
]
}
}
},
"AuthMethod": {
"title": "Auth Method",
"type": "object",
"properties": {
"username": {
"required": true,
"type": "string",
"description": "The name of the user to which this user type model belongs.",
"title": "User Name"
},
"auth_method": {
"description": "The type of authorization that our user would be using. Typically this would be choices between a Standard VOSS Automate user, an LDAP user or an SSO user.",
"title": "Auth Method",
"default": "standard",
"choices": [
{
"value": "standard",
"title": "Standard"
},
{
"value": "ldap",
"title": "LDAP"
},
{
"value": "sso",
"title": "SSO"
}
],
"type": "string"
}
}
},
"SSOUser": {
"title": "Sso User",
"type": "array",
"items": {
"type": "object",
"properties": {
"sso_idp": {
"target": "/api/data/SsoIdentityProvider/choices/?field=entity_id&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"description": "The entity id of the SSO Identity Provider.",
"required": true,
"target_attr": "entity_id",
"title": "SSO Identity Provider",
"type": "string",
"target_model_type": "data/SsoIdentityProvider",
"choices": []
},
"sso_username": {
"required": true,
"type": "string",
"description": "The name identifier that is used for an SSO authenticated user.",
"title": "SSO Username"
},
"data_username": {
"target": "/api/data/User/choices/?field=username&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"description": "The data username that is mapped to the associated SSO authenticated user.",
"required": false,
"target_attr": "username",
"title": "Data Username",
"type": "string",
"target_model_type": "data/User",
"choices": []
}
}
},
"maxItems": 1
},
"LDAPUser": {
"title": "Ldap User",
"type": "array",
"items": {
"type": "object",
"properties": {
"ldap_username": {
"required": true,
"type": "string",
"description": "The login attribute of the associated LDAP device model instance",
"title": "LDAP Username"
},
"data_username": {
"target": "/api/data/User/choices/?field=username&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"description": "The data username that is mapped to the associated LDAP device model instance.",
"required": false,
"target_attr": "username",
"title": "Data Username",
"type": "string",
"target_model_type": "data/User",
"choices": []
},
"ldap_server": {
"target": "/api/data/Ldap/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"description": "A reference to the LDAP server which this user must authenticate against.",
"required": false,
"title": "LDAP Server",
"type": "string",
"target_model_type": "data/Ldap",
"choices": []
}
}
},
"maxItems": 1
}
},
"schema_version": "1.1"
}
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get the GUI Add form. | GET | /api/relation/SystemUser/add/ |
|
The GUI Add form of relation/SystemUser as JSON |
The API call to the /add/ URL can only be made from a hierarchy that allows the model type to be added. The actions in the response shows the url for the POST API call to create an instance.
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Create | POST | /api/relation/SystemUser | hierarchy=[hierarchy] |
|
tool/Transaction/[trans pkid]to inspect the created resource and its instance pkid.
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Bulk delete [pkid1],[pkid2]... | DELETE | /api/relation/SystemUser/ | hierarchy=[hierarchy] | {"hrefs":["/api/relation/SystemUser/[pkid1]", "/api/relation/SystemUser/[pkid2]", ...]} |
GET http://[host-proxy]/api/relation/SystemUser/?hierarchy=[hierarchy]&format=json
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of relation/SystemUser; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/relation/SystemUser/export/ |
|
{ "hrefs":["/api/relation/SystemUser/[pkid1]", "/api/relation/SystemUser/[pkid2]",...]}} |
For export_format=json, the response is a time stamped zip file of data in JSON as in the system database. Item properties such as strings that are empty or Boolean values that are not set, are not included. The filename in the response is of the format as the example:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip
Content-Language:en
Content-Type:application/x-zip
For export_format=raw_xlsx, the response is a MS Excel spreadsheet with columns corresponding to the JSON format export and a response filename format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx
Content-Language:en
Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, arranged by any Field Display Policies that apply. The columns correspond with those of a Bulk Load Template export sheet. The response filename format is:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx
Content-Language:en
Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
The XLSX format can be used to bulk load instances of relation/SystemUser and the JSON format can be used to import instances of relation/SystemUser.
GET http://[host-proxy]/api/relation/SystemUser/?hierarchy=[hierarchy]
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get a compressed format of the Bulk Load spreadsheet template for relation/SystemUser | POST | /api/relation/SystemUser/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Configuration Template | GET | /api/relation/SystemUser/configuration_template/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/ConfigurationTemplate/?hierarchy=[hierarchy]
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Field Display Policy | GET | /api/relation/SystemUser/field_display_policy/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/FieldDisplayPolicy/?hierarchy=[hierarchy]
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| List | GET | /api/relation/SystemUser/ |
|
The relation/SystemUser schema and all instances as JSON. |
(The list will return 0 to 3 relation/SystemUser instances)
{
"pagination": {
"skip": 0,
"limit": 3,
"maximum_limit": 2000,
"total": 134643,
"total_limit": null,
"order_by": "username",
"direction": "asc",
"current": "/api/relation/SystemUser/?skip=0&limit=3&order_by=username&direction=asc&traversal=down"
},
"operations": [
"configuration_template",
"export_bulkload_template",
"bulk_update",
"add",
"update",
"help",
"remove",
"list",
"export",
"get",
"field_display_policy"
],
"meta": {
"model_type": "relation/SystemUser",
"summary_attrs": [
{
"name": "username",
"title": "User Name"
},
{
"name": "first_name",
"title": "First Name"
},
{
"name": "last_name",
"title": "Last Name"
},
{
"name": "email",
"title": "Email Address"
},
{
"name": "role",
"title": "Role"
},
{
"name": "authorized_admin_hierarchy",
"title": "Authorized Admin Hierarchy"
},
{
"name": "entitlement_profile",
"title": "Entitlement Profile"
},
{
"name": "sync_source",
"title": "Sync Source"
},
{
"name": "sync_type",
"title": "Sync Type"
},
{
"name": "user_type",
"title": "User Type"
},
{
"name": "auth_method",
"title": "Auth Method"
},
{
"name": "department",
"title": "Department"
},
{
"name": "telephone_number",
"title": "Telephone Number"
},
{
"name": "language",
"title": "Language"
},
{
"name": "account_information.locked",
"title": "Locked",
"allow_ordering": false,
"allow_filtering": true
},
{
"name": "account_information.disabled",
"title": "Disabled",
"allow_ordering": false,
"allow_filtering": true
},
{
"name": "license_audit_details.status",
"title": "License Audit Status",
"allow_ordering": false,
"allow_filtering": true
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [],
"title": "",
"business_key": {},
"api_version": "21.2",
"cached": true,
"references": {
"children": [],
"parent": [
{
"href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101",
"pkid": "6t0ggef2c0deab00hb595101"
}
],
"device": [
{
"href": "",
"pkid": ""
}
],
"foreign_key": [],
"self": [
{
"href": "/api/relation/SystemUser/None/",
"pkid": null
}
]
},
"model_specific_actions": [
"configuration_template",
"export_bulkload_template",
"add",
"update",
"help",
"remove",
"list",
"export",
"get",
"field_display_policy"
],
"schema_version": "1.1",
"actions": [
{
"add": {
"method": "GET",
"class": "add",
"href": "/api/relation/SystemUser/add/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Add"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/relation/SystemUser/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Delete"
}
},
{
"export": {
"method": "POST",
"class": "export",
"href": "/api/relation/SystemUser/export/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/?auth_token=[authtoken],
"submit": "payload"
}
},
{
"export_bulkload_template": {
"method": "POST",
"class": "bulkload_template",
"href": "/api/relation/SystemUser/export_bulkload_template/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Export Bulk Load Template"
}
},
{
"configuration_template": {
"method": "GET",
"class": "config",
"href": "/api/relation/SystemUser/configuration_template/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Configuration Template"
}
},
{
"field_display_policy": {
"method": "GET",
"class": "display_policy",
"href": "/api/relation/SystemUser/field_display_policy/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Field Display Policy"
}
},
{
"list": {
"method": "GET",
"class": "list",
"href": "/api/relation/SystemUser/?hierarchy=[hierarchy]",
"support_async": false,
"title": "List"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/relation/SystemUser/help?hierarchy=[hierarchy]",
"support_async": false,
"title": "Help"
}
}
]
},
"resources": [
{
"data": {
"last_name": "#ln",
"user_type": "End User",
"first_name": "#user",
"display_name": "#user #ln",
"sync_type": "CUCM-LDAP",
"entitlement_profile": "[\"AB_Group-Standard-EP\", \"hcs.CS-P.CS-AB.AB_Group\"]",
"role": "AB_GroupSelfService",
"username": "#username",
"sync_source": "CUCM",
"auth_method": "Automatic",
"exclude_from_directory": false,
"language": "en-us",
"set_language": true,
"license_audit_details": {
"last_checked": "2025-01-13T03:30:23.744Z",
"status": "Unlicensed"
},
"pkid": "6024e66ee186e30016f6f5b6",
"hierarchy_friendly_name": "AB_Group (Customer)",
"hierarchy_path": "sys.hcs.CS-P.CS-AB.AB_Group"
},
"meta": {
"model_type": "relation/SystemUser",
"summary_attrs": [
{
"name": "username",
"title": "User Name"
},
{
"name": "first_name",
"title": "First Name"
},
{
"name": "last_name",
"title": "Last Name"
},
{
"name": "email",
"title": "Email Address"
},
{
"name": "role",
"title": "Role"
},
{
"name": "authorized_admin_hierarchy",
"title": "Authorized Admin Hierarchy"
},
{
"name": "entitlement_profile",
"title": "Entitlement Profile"
},
{
"name": "sync_source",
"title": "Sync Source"
},
{
"name": "sync_type",
"title": "Sync Type"
},
{
"name": "user_type",
"title": "User Type"
},
{
"name": "auth_method",
"title": "Auth Method"
},
{
"name": "department",
"title": "Department"
},
{
"name": "telephone_number",
"title": "Telephone Number"
},
{
"name": "language",
"title": "Language"
},
{
"name": "account_information.locked",
"title": "Locked",
"allow_ordering": false,
"allow_filtering": true
},
{
"name": "account_information.disabled",
"title": "Disabled",
"allow_ordering": false,
"allow_filtering": true
},
{
"name": "license_audit_details.status",
"title": "License Audit Status",
"allow_ordering": false,
"allow_filtering": true
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [],
"title": "#username",
"business_key": {
"hierarchy": true,
"unique": [
"username"
]
},
"api_version": "21.2",
"cached": true,
"references": {
"device": [
{
"href": "",
"pkid": ""
}
],
"owner": [
{
"pkid": ""
}
],
"parent": [
{
"pkid": "5a86cc291360b6206c49e71e",
"href": "/api/data/HierarchyNode/5a86cc291360b6206c49e71e"
}
],
"foreign_key": [
{
"pkid": "5a86cc77142896209a607876",
"path": "role",
"model_type": "data/Role"
},
{
"pkid": "5a6f2630142896041b410c20",
"path": "language",
"model_type": "data/Language"
},
{
"pkid": "5a86ccc8142896209a607dd1",
"path": "entitlement_profile",
"model_type": "data/HcsEntitlementProfileDAT"
}
],
"self": [
{
"href": "/api/relation/SystemUser/6024e66de186e30016f6f5a9/",
"pkid": "6024e66de186e30016f6f5a9"
}
]
},
"path": [
"6t0ggef2c0deab00hb595101",
"5a7c462e1360b64cc8bf16e5",
"5a866fd11360b6206c488deb",
"5a86704db12a1c20228be944",
"5a86cc291360b6206c49e71e",
"6024e66de186e30016f6f5a9"
],
"schema_version": "1.3.8",
"actions": [
{
"update": {
"method": "PUT",
"class": "update",
"href": "/api/relation/SystemUser/6024e66de186e30016f6f5a9/",
"support_async": true,
"title": "Modify"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/relation/SystemUser/6024e66de186e30016f6f5a9/",
"support_async": true,
"title": "Delete"
}
},
{
"export": {
"method": "GET",
"class": "export",
"href": "/api/relation/SystemUser/6024e66de186e30016f6f5a9/export/",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/",
"submit": "payload"
}
},
{
"get": {
"method": "GET",
"class": "get",
"href": "/api/relation/SystemUser/6024e66de186e30016f6f5a9/",
"support_async": false,
"title": "Get"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/relation/SystemUser/6024e66de186e30016f6f5a9/help",
"support_async": false,
"title": "Help"
}
}
],
"summary": "false"
},
"pkid": "6024e66de186e30016f6f5a9"
},
{
"data": {
"username": "$231000-VE6C93KRPTTU",
"exclude_from_directory": false,
"sync_type": "LDAP",
"language": "en-us",
"entitlement_profile": "[\"InGen-Standard-EP\", \"hcs.CS-P.CS-NB.InGen\"]",
"ldap_server": "",
"user_type": "End User",
"ldap_username": "",
"sso_username": "",
"sync_source": "LDAP",
"role": "InGenSelfService",
"set_language": false,
"object_class": [
"top",
"person",
"organizationalPerson",
"user"
],
"auth_method": "Automatic",
"sso_idp": "",
"license_audit_details": {
"last_checked": "2025-01-13T03:30:23.744Z",
"status": "Unlicensed"
},
"pkid": "6278b0328f134337d0550d17",
"hierarchy_friendly_name": "InGen (Customer)",
"hierarchy_path": "sys.hcs.CS-P.CS-NB.InGen"
},
"meta": {
"model_type": "relation/SystemUser",
"summary_attrs": [
{
"name": "username",
"title": "User Name"
},
{
"name": "first_name",
"title": "First Name"
},
{
"name": "last_name",
"title": "Last Name"
},
{
"name": "email",
"title": "Email Address"
},
{
"name": "role",
"title": "Role"
},
{
"name": "authorized_admin_hierarchy",
"title": "Authorized Admin Hierarchy"
},
{
"name": "entitlement_profile",
"title": "Entitlement Profile"
},
{
"name": "sync_source",
"title": "Sync Source"
},
{
"name": "sync_type",
"title": "Sync Type"
},
{
"name": "user_type",
"title": "User Type"
},
{
"name": "auth_method",
"title": "Auth Method"
},
{
"name": "department",
"title": "Department"
},
{
"name": "telephone_number",
"title": "Telephone Number"
},
{
"name": "language",
"title": "Language"
},
{
"name": "account_information.locked",
"title": "Locked",
"allow_ordering": false,
"allow_filtering": true
},
{
"name": "account_information.disabled",
"title": "Disabled",
"allow_ordering": false,
"allow_filtering": true
},
{
"name": "license_audit_details.status",
"title": "License Audit Status",
"allow_ordering": false,
"allow_filtering": true
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [],
"title": "$231000-VE6C93KRPTTU",
"business_key": {
"hierarchy": true,
"unique": [
"username"
]
},
"api_version": "21.2",
"cached": true,
"references": {
"device": [
{
"href": "",
"pkid": ""
}
],
"owner": [
{
"pkid": ""
}
],
"parent": [
{
"pkid": "5a86986b939cd122e184ff2b",
"href": "/api/data/HierarchyNode/5a86986b939cd122e184ff2b"
}
],
"foreign_key": [
{
"pkid": "5a86989c142896209a5f8d0c",
"path": "role",
"model_type": "data/Role"
},
{
"pkid": "5a6f2630142896041b410c20",
"path": "language",
"model_type": "data/Language"
},
{
"pkid": "5a8698ba0085ec1f7f31e123",
"path": "entitlement_profile",
"model_type": "data/HcsEntitlementProfileDAT"
},
{
"pkid": "625e4acd17c55b005b18a79a",
"path": "sync_source",
"model_type": "data/UserSyncSource"
}
],
"self": [
{
"href": "/api/relation/SystemUser/6278b02b8f134337d0550c76/",
"pkid": "6278b02b8f134337d0550c76"
}
]
},
"path": [
"6t0ggef2c0deab00hb595101",
"5a7c462e1360b64cc8bf16e5",
"5a866fd11360b6206c488deb",
"5a86702067ea6f203993285d",
"5a86986b939cd122e184ff2b",
"6278b02b8f134337d0550c76"
],
"schema_version": "1.3.8",
"actions": [
{
"update": {
"method": "PUT",
"class": "update",
"href": "/api/relation/SystemUser/6278b02b8f134337d0550c76/",
"support_async": true,
"title": "Modify"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/relation/SystemUser/6278b02b8f134337d0550c76/",
"support_async": true,
"title": "Delete"
}
},
{
"export": {
"method": "GET",
"class": "export",
"href": "/api/relation/SystemUser/6278b02b8f134337d0550c76/export/",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/",
"submit": "payload"
}
},
{
"get": {
"method": "GET",
"class": "get",
"href": "/api/relation/SystemUser/6278b02b8f134337d0550c76/",
"support_async": false,
"title": "Get"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/relation/SystemUser/6278b02b8f134337d0550c76/help",
"support_async": false,
"title": "Help"
}
}
],
"summary": "false"
},
"pkid": "6278b02b8f134337d0550c76"
},
{
"data": {
"username": "0101",
"auth_method": "Automatic",
"last_name": "0101",
"sync_type": "CUCM-Local",
"language": "en-us",
"account_information": {
"password_last_change_time": "2023-09-28T09:22:53.164Z"
},
"entitlement_profile": "[\"AB_Group-Standard-EP\", \"hcs.CS-P.CS-AB.AB_Group\"]",
"user_type": "End User",
"set_language": true,
"sync_source": "CUCM",
"exclude_from_directory": false,
"role": "AB_GroupSelfService",
"email": "0101@voss.com",
"license_audit_details": {
"last_checked": "2025-01-13T03:30:23.744Z",
"status": "Licensed"
},
"pkid": "5cb7954a9d77dd001aa9e00c",
"hierarchy_friendly_name": "AB_Group (Customer)",
"hierarchy_path": "sys.hcs.CS-P.CS-AB.AB_Group"
},
"meta": {
"model_type": "relation/SystemUser",
"summary_attrs": [
{
"name": "username",
"title": "User Name"
},
{
"name": "first_name",
"title": "First Name"
},
{
"name": "last_name",
"title": "Last Name"
},
{
"name": "email",
"title": "Email Address"
},
{
"name": "role",
"title": "Role"
},
{
"name": "authorized_admin_hierarchy",
"title": "Authorized Admin Hierarchy"
},
{
"name": "entitlement_profile",
"title": "Entitlement Profile"
},
{
"name": "sync_source",
"title": "Sync Source"
},
{
"name": "sync_type",
"title": "Sync Type"
},
{
"name": "user_type",
"title": "User Type"
},
{
"name": "auth_method",
"title": "Auth Method"
},
{
"name": "department",
"title": "Department"
},
{
"name": "telephone_number",
"title": "Telephone Number"
},
{
"name": "language",
"title": "Language"
},
{
"name": "account_information.locked",
"title": "Locked",
"allow_ordering": false,
"allow_filtering": true
},
{
"name": "account_information.disabled",
"title": "Disabled",
"allow_ordering": false,
"allow_filtering": true
},
{
"name": "license_audit_details.status",
"title": "License Audit Status",
"allow_ordering": false,
"allow_filtering": true
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [],
"title": "0101",
"business_key": {
"hierarchy": true,
"unique": [
"username"
]
},
"api_version": "21.2",
"cached": true,
"references": {
"device": [
{
"href": "",
"pkid": ""
}
],
"owner": [
{
"pkid": ""
}
],
"parent": [
{
"pkid": "5a86cc291360b6206c49e71e",
"href": "/api/data/HierarchyNode/5a86cc291360b6206c49e71e"
}
],
"foreign_key": [
{
"pkid": "5a86cc77142896209a607876",
"path": "role",
"model_type": "data/Role"
},
{
"pkid": "5a6f2630142896041b410c20",
"path": "language",
"model_type": "data/Language"
},
{
"pkid": "5a86ccc8142896209a607dd1",
"path": "entitlement_profile",
"model_type": "data/HcsEntitlementProfileDAT"
},
{
"pkid": "625e4acc17c55b005b18a788",
"path": "sync_source",
"model_type": "data/UserSyncSource"
}
],
"self": [
{
"href": "/api/relation/SystemUser/5cb7954a9d77dd001aa9e002/",
"pkid": "5cb7954a9d77dd001aa9e002"
}
]
},
"path": [
"6t0ggef2c0deab00hb595101",
"5a7c462e1360b64cc8bf16e5",
"5a866fd11360b6206c488deb",
"5a86704db12a1c20228be944",
"5a86cc291360b6206c49e71e",
"5cb7954a9d77dd001aa9e002"
],
"schema_version": "1.3.8",
"actions": [
{
"update": {
"method": "PUT",
"class": "update",
"href": "/api/relation/SystemUser/5cb7954a9d77dd001aa9e002/",
"support_async": true,
"title": "Modify"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/relation/SystemUser/5cb7954a9d77dd001aa9e002/",
"support_async": true,
"title": "Delete"
}
},
{
"export": {
"method": "GET",
"class": "export",
"href": "/api/relation/SystemUser/5cb7954a9d77dd001aa9e002/export/",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/",
"submit": "payload"
}
},
{
"get": {
"method": "GET",
"class": "get",
"href": "/api/relation/SystemUser/5cb7954a9d77dd001aa9e002/",
"support_async": false,
"title": "Get"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/relation/SystemUser/5cb7954a9d77dd001aa9e002/help",
"support_async": false,
"title": "Help"
}
}
],
"summary": "false"
},
"pkid": "5cb7954a9d77dd001aa9e002"
}
]
}
(Show the first instance)
{
"data": {
"last_name": "#ln",
"user_type": "End User",
"first_name": "#user",
"display_name": "#user #ln",
"sync_type": "CUCM-LDAP",
"entitlement_profile": "[\"AB_Group-Standard-EP\", \"hcs.CS-P.CS-AB.AB_Group\"]",
"role": "AB_GroupSelfService",
"username": "#username",
"sync_source": "CUCM",
"auth_method": "Automatic",
"exclude_from_directory": false,
"language": "en-us",
"set_language": true,
"license_audit_details": {
"last_checked": "2025-01-13T03:30:23.744Z",
"status": "Unlicensed"
},
"SSOUser": [],
"LDAPUser": []
},
"meta": {
"model_type": "relation/SystemUser",
"summary_attrs": [
{
"name": "username",
"title": "User Name"
},
{
"name": "first_name",
"title": "First Name"
},
{
"name": "last_name",
"title": "Last Name"
},
{
"name": "email",
"title": "Email Address"
},
{
"name": "role",
"title": "Role"
},
{
"name": "authorized_admin_hierarchy",
"title": "Authorized Admin Hierarchy"
},
{
"name": "entitlement_profile",
"title": "Entitlement Profile"
},
{
"name": "sync_source",
"title": "Sync Source"
},
{
"name": "sync_type",
"title": "Sync Type"
},
{
"name": "user_type",
"title": "User Type"
},
{
"name": "auth_method",
"title": "Auth Method"
},
{
"name": "department",
"title": "Department"
},
{
"name": "telephone_number",
"title": "Telephone Number"
},
{
"name": "language",
"title": "Language"
},
{
"name": "account_information.locked",
"title": "Locked",
"allow_ordering": false,
"allow_filtering": true
},
{
"name": "account_information.disabled",
"title": "Disabled",
"allow_ordering": false,
"allow_filtering": true
},
{
"name": "license_audit_details.status",
"title": "License Audit Status",
"allow_ordering": false,
"allow_filtering": true
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [],
"title": "#username",
"business_key": {},
"api_version": "21.2",
"cached": true,
"cache_control_policy": "cache_then_device",
"references": {
"device": [
{
"href": "",
"pkid": ""
}
],
"children": [],
"parent": [
{
"pkid": "5a86cc291360b6206c49e71e",
"href": "/api/data/HierarchyNode/5a86cc291360b6206c49e71e"
}
],
"self": [
{
"href": "/api/relation/SystemUser/6024e66de186e30016f6f5a9/",
"pkid": "6024e66de186e30016f6f5a9"
}
]
},
"schema_version": "1.1",
"actions": [
{
"update": {
"method": "PUT",
"class": "update",
"href": "/api/relation/SystemUser/6024e66de186e30016f6f5a9/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Modify"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/relation/SystemUser/6024e66de186e30016f6f5a9/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Delete"
}
},
{
"export": {
"method": "GET",
"class": "export",
"href": "/api/relation/SystemUser/6024e66de186e30016f6f5a9/export/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/?auth_token=[authtoken],
"submit": "payload"
}
},
{
"get": {
"method": "GET",
"class": "get",
"href": "/api/relation/SystemUser/6024e66de186e30016f6f5a9/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Get"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/relation/SystemUser/6024e66de186e30016f6f5a9/help?hierarchy=[hierarchy]",
"support_async": false,
"title": "Help"
}
}
]
},
"pkid": "6024e66de186e30016f6f5a9"
}
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get the on-line Help for relation/SystemUser. | GET | /api/relation/SystemUser/help | hierarchy=[hierarchy] | On-line help of Model ref.: relation/SystemUser as HTML |
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Modify | PUT | /api/relation/SystemUser/[pkid] | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Delete | DELETE | /api/relation/SystemUser/[pkid] | hierarchy=[hierarchy] |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get a selected [export_format] of the schema and a single instance with [pkid] of relation/SystemUser; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/relation/SystemUser/[pkid]/export |
|
The response is an attachment. Refer to the list below. |
For export_format=raw_xlsx, the response is a "raw" MS Excel spreadsheet with columns corresponding to the JSON format export and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx
Content-Language:en
Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, formatted to show all columns and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx
Content-Language:en
Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=json, the response is a time stamped zip file of data in JSON and a response format:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip
Content-Language:en
Content-Type:application/x-zip
The XLSX format can be used to bulk load instances of relation/SystemUser and the JSON format can be used to import instances of relation/SystemUser.
For Bulk Export, refer to the Bulk Export section.
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get | GET | /api/relation/SystemUser/[pkid] | hierarchy=[hierarchy] | The relation/SystemUser instance with [pkid]. |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Help | GET | /api/relation/SystemUser/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for relation/SystemUser. |