Methods

  • GET — Get the mappings of internal numbers and ELMA365 users set in the telephony module

Resource

{
    "bindings": [
        {
            "extension": "string",
            "userId": "uuid"
        }
    ],
    "error": "string",
    "success": "boolean"
}

Properties

Name Type Description Additional
bindings[] array

Mapping of internal numbers and ELMA365 users

Optional
bindings[].extension string

Internal number linked with an ELMA365 user

bindings[].userId uuid

ID of the ELMA365 user linked with the internal number

error string

Error message if success == false

Optional
success boolean

Successful request flag

Optional