Recent content by AbrieViljoen

  1. Patch verb xapi/v1/Users({Id}) not working for CurrentProfileName

    Thanks for the tip, but it's not that easy. I work in Delphi RAD Studio, so the xapi allows me to make a single simple api call to me 3CX instance and get the status of an extension, super easy. If I use the 3CX Call Control API I will first have to create a wrapper as a middle-man between .Net...
  2. Patch verb xapi/v1/Users({Id}) not working for CurrentProfileName

    Thanks for the info. I suspected that it might just be a reference property. I'll keep checking then after every update if they've activated the update of the "CurrentProfileName" through the xapi.
  3. Patch verb xapi/v1/Users({Id}) not working for CurrentProfileName

    Hi, Using the https://mycompanyname.3cx.us/xapi/v1/Users({Id}) enpoint I can "Get" the "CurrentProfileName" for my user, but when I want to try and change the "CurrentProfileName" with a "Patch" command it just does nothing. I tried to change the "FirstName" with a "Patch" command and that...
  4. Change User Status through API

    Is there any other free way of settings and getting just the user status that I don't know about? I saw some posts talking about ClickToCall, but that seems to have been discontinued, and another post mentioned using the "https://mydomain.3cx.co.za/xapi/v1/Users" endpoint to set and get the...
  5. Change User Status through API

    Hi, We have a self-developed inhouse app for our admin team and I would like to be able to display and toggle the “3CX User” status inside our program.I don't want to make use of a 3rd party API just for this single function. If there an API I can use just to “Get” and “Set” the user status...