Picture of Peter 627
Registered 13 years 253 days
Peter 627 Wednesday, 24 November 2021, 08:12 AM
Getting GUID of actuel User in App with Java SDK
Hi ,

What are the options for querying the variable GUID in the app.

Background is, i want to get some information from user of PbxAdminApi. So i need the cn oder the guid.

What would be the best way to do this ?

Best Regards,

Peter

Andreas Fink
Moderator Registered 13 years 45 days
Andreas Fink (innovaphone) Thursday, 25 November 2021, 05:37 PM
Re: Getting GUID of actuel User in App with Java SDK
Hello Peter,

not sure if I understand the question correctly.

You can use SearchUsers to get the GUID, and then use GetObject to fetch the Object.

Best Regards
Andreas Fink
Picture of Peter 627
Registered 13 years 253 days
Peter 627 Friday, 26 November 2021, 08:54 AM
Re: Getting GUID of actuel User in App with Java SDK
Hi Andreas,

thanks for reply, but i have found the way to do what i want and the first app ist nearly done ;).

Best Regards,

Peter
2013
Moderator Registered 16 years 8 days
Guntram Diehl (innovaphone) Friday, 26 November 2021, 09:16 AM
Re: Getting GUID of actuel User in App with Java SDK
Do want to tell, how you have solved it? I am just curious smile
Picture of Peter 627
Registered 13 years 253 days
Peter 627 Tuesday, 7 December 2021, 10:50 AM
1 of 1 users consider this post helpful
Re: Getting GUID of actuel User in App with Java SDK
Sure ;).
I used the "com.innovaphone.client"- API

https://sdk.innovaphone.com/13r2/web1/com.innovaphone.client/lib1_api_client.htm

-------------------------------------------------------------------------------------
var guidLoggedInUserGlobal = "";

var clientApi = start.consumeApi("com.innovaphone.client");
clientApi.onupdate.attach(function () {
guidLoggedInUserGlobal = clientApi.model['@client'].model.user.guid;

})
-------------------------------------------------------------------------------------



Best Regards,

Peter

← You can define your color theme preference here