Users of "Lean" in the Socialcast API

Http://developers.socialcast.com/api-documentation/api/responses/user-response/ , I noticed that there seems to be a way to recover a 'skinny' user object in the responses.  I don't see an example of this anywhere in the docs.  How can I get this user "skinny" instead of a full user object object in my answers?

Thank you!

Thank you for reaching out.  The only place that is returned right now part of the preferred API - API v1 answer is quite verbose.  We should be implemented in ways to make it less verbose in the near future.

Tags: VMware

Similar Questions

  • OIM 11 g R2PS2 - how to decipher the user password while calling the OIMClient API

    Hello

    I have a client application that connects to OIM 11 g R2PS2. Users connect in the client application to trigger a request for service and the client application will submit applications to the IOM.

    Connection to the end users to the client application using OAM authentication. So I need to find a mechanism to get the end-user password so that I can use the same in the OIMClient API to connect to IOM.

    If I login as XELSYSADM in the client application, is it possible that I can ask the user password and decrypt the same? I tried to use the code below, but I'm getting null pointer exception.

    RS = stmt.executeQuery ("select USR_PASSWORD from USR where upper (USR_LOGIN) ='" + id + "'");

    If (rs! = null & & RS.) Next {}

    String encPwd = rs.getString ("USR_PASSWORD");

    System.out.println ("get the DB password:" + encPwd);

    try {}

    String decryptPwd = String.valueOf (CryptoUtil.getDecryptedPassword (encPwd, null));

    tcCryptoUtil.decrypt (encPwd, "DBSecretKey");

    System.out.println ("decrypted password:" + decryptPwd);

    oimClient.login (id1, decryptPwd.toCharArray ());

    } catch (Exception e) {}

    e.printStackTrace ();

    e return;

    }

    }

    Exception:

    < 13 November 2015 12:29:01 EST > < error > < XELLERATE. ACCOUNTMANAGEMENT > < BEA-000000 > < class/method: tcDefaultDBEncryptionImpl/initKeyStore some problems: {1}

    java.lang.NullPointerException

    at com.thortech.xl.crypto.tcCryptoHelper.loadKeyStore(tcCryptoHelper.java:145)

    at com.thortech.xl.crypto.tcDefaultDBEncryptionImpl.initKeyStore(tcDefaultDBEncryptionImpl.java:67)

    at com.thortech.xl.crypto.tcDefaultDBEncryptionImpl.getCipher(tcDefaultDBEncryptionImpl.java:99)

    at com.thortech.xl.crypto.tcDefaultDBEncryptionImpl.decrypt(tcDefaultDBEncryptionImpl.java:218)

    at com.thortech.xl.crypto.tcCryptoUtil.decrypt(tcCryptoUtil.java:122)

    at com.thortech.xl.crypto.tcCryptoUtil.decrypt(tcCryptoUtil.java:200)

    at oracle.iam.platform.utils.crypto.CryptoUtil.getDecryptedPassword(CryptoUtil.java:132)

    If you want to use the client of the IOM to send the request as long as the logged on user, IE of OAM session, then you might just get the context of the session of the user so the IOM customer queries will be made in this context. There is no need to decrypt the password for the user in this scenario.

    See rest of URL of excellent example illustrating this: Oracle Fusion Middleware security: authentication IOM API without the end user password

  • PCM - data import and fields defined by the user - model import or the XML API?

    Hello

    I am currently partially by an implementation of the PCM with my business and have created a few user-defined fields in the application companies. I have data from a form on the internet into a CSV file that I want then to eye-ball before loading of PCM.

    I created a copy of the "export contracts report template ' to include these fields defined by the user, but when I try to re - import the data, the user-defined fields are not populated.

    No one knows if the user-defined fields can be updated in PCM, and if so does to do through the functionality of the XML API?

    Kind regards.

    Published by: 914327 on February 14, 2012 03:39

    The simple answer is that the built-in import utility is designed to import a preset list of fields only and will not import your custom fields even if they are added in the import file, and you will need to use the API to import these fields.

    However, there are unsupported methods to import this data directly to the database, or to add custom fields as options available for import. I can tell you more about these methods on the forum offline if you are interested.

  • Create/modify users using the RequestService API

    Hello

    I would like to create or modify users of IOM, by using the API RequestService (RequestService (Oracle Fusion Middleware Java QAnywhere for Oracle Identity Manager)), but currently, I do not know how!

    Currently I use the UserManager API to create/modify users:

    UserManager userManager = Platform.getService(UserManager.class);
    HashMap<String, Object> userAttributeValueMap = new HashMap<String,Object>();
    User user = new User("MyNewOIMUser", userAttributeValueMap);
    userManager.create(user);
    

    It works very well, but it is not possible to 'Create the user approval Workflows' using this trigger mechanism.  (use this code snippet in a custom scheduled task)

    I've already found some examples of code, using the RequestService API, but nobody uses this api to create/modify users.  (https://java.net/projects/openptk/sources/svn/show/branches/Oracle/OIM11g/examples/java/OIMClient/src/oim/client/request)

    Ideas/tips/code samples to specify this use case?

    BR,

    Mint

    This API allows you to submit the application:

    Oracle Fusion Middleware Java QAnywhere for Oracle Identity Manager

    doOperation (RequestData requestData, OIMService.Intent intention)

    This will allow you to submit and do force a request, direct provision or use some permissions has the person making the presentation for administrative roles to determine whether it is direct or claim.

    -Kevin

  • How can I use the REST API to get general information of the user (Signature fields)?

    I'm trying to use the API to get the signature of all the users of the system fields. I can see this information in the web browser if I go to settings-> user management-> and selecting the user.

    I would like to know if there is a way to get the information General information (Signature fields) using the API.

    Thank you!

    Hi Sai,

    The REST API exposes the user records (see the following document); However, signature fields are not included. We need to work on this addition to the API (in a later version), but the option is currently not available.

    Please let me know if you have any questions or would like more information.

    Thank you

    Fred

  • What is the scope of the user when created with the API?

    I noticed that users created with the Adobe Connect API for my account/meeting are always listed in the Administration-> area users and groups.  Which probably means that the login of the user is valid for my meetings.  So if they wanted to register or attend a meeting controlled by someone else, they would have to re - register or be re-created by this administration.  Is this correct?

    I'm trying to confirm what I know how to enroll a user on my site.  It would be ideal that my site would record the user and also to connect the user without the user to enter a separate password (my site would be to generate and store the password).  If the API creates a user only for my meetings so this isn't a problem.  The user must always just go on my site go to the meeting.  However, if the user created by my account Adobe API can be used to access / register for meetings of others on Adobe then this approach is not so good because the user would need to know their password.

    If this is your account login, then you or the person with the account, would be the only ones who could change their password. And for the user to do so, they must connect Connect Central and then my profile and then change their PW. Alternatively, they could use the forgot my password link on any page that requires to log on. So, if you pass authentication for them to join the room, they have, in theory will never see a screen connection or central connection. Are there other administrators to your account that would change passwords of users?

  • How to get the domain of the user with the Flex API

    Hello

    I did a runing custom application inside the LC workspace. There are, I have the SessionMap LC for communication server as well as information from the user:

    Get the session from the application owner
    var session: SessionMap = SessionMap (Application.application.session);
    var Manager: ISessionManager = ISessionManager (session.getObject ("lc.core.ISessionManager"));
    username = manager.authenticatedUser.userid;
    UserDomain = manager.authenticatedUser.domain;

    but unfortunately the userdomain is always null without worrying that the user is certainly linked to the default 'DefaultDom' domain If not, then how can I load the domain name for the logged-on user?

    THX Simon

    Hi Simon,.

    You can also consider using the DirectoryManagerServiceClient of you Java component and use the findPrincipal API. This allows you to call the API of UserManager LC from code Java itself and avoid the need to go through DB

  • The BBM API integration

    Hello

    I want to integrate the BBM Api in my application where I can chat with my friends without switching to BBM app.

    I know, I can initiate the cat for any contact, but is it possible to receive messages in my application and continue chatiing?

    Any input on that?

    No, there is no API for BBM chat messages in your application.

    If you open BBM Chat card from your application with a user, you already have a BBM conversation with chat history is displayed.  But you can't have the content of the actual conversation within your application.

  • BlackBerry Smartphones Feature Request: Dialog boxes to password visible to the Windows API

    One of my frustrations with the help of BlackBerry Desktop Manager is asked for my password again and again many times - first to unlock BlackBerry, then to enter mass storage Mode, then to check the updates of the application, and then to load the software for the device, then to synchronize, etc.

    A partial solution for me was to use a utility script (AutoHotKey) on the desktop to automatically answer BBDM password dialog boxes.  But now BBDM version 5.0, these dialog boxes have become java nested forms that are not visible on the Windows API.

    So, if someone of the RIM is listening, please return the actual password dialog boxes Windows forms.  Ideally, different security BB applications would communicate with them so I have to enter my password once, but until that happens, please don't make it more difficult it must be.

    Thank you for your consideration.

    Hello and welcome to the Forums!

    With regard to your hope that RIM will see your message - these forums are a chain of support to users, not a conduct of user-to-RIM. Therefore, it is unlikely they will see what you wrote. However, if you have specific and constructive ideas for them, I heard they accept this by e-mail to [email protected].

    Good luck!

  • Apex 5.0 - custom auth - how to logoff user, by force after the change of password for free

    Hi friends,

    I use a custom application Apex 5.0 authentication.

    After connection, if the user password has expired so I am able to move the user to the page of free password change.

    However, I wanted to logoff this user by force and so that the user can connect with the new password. I tried with owa_util.redirect_ur but no luck.

    Can someone tell me please how to do this?

    Thanks in advance.

    Thierry

    Hi Thierry,.

    Thierry says:

    I use a custom application Apex 5.0 authentication.

    After connection, if the user password has expired so I am able to move the user to the page of free password change.

    However, I wanted to logoff this user by force and so that the user can connect with the new password. I tried with owa_util.redirect_ur but no luck.

    Instead of OWA_UTIL. REDIRECT_URL, use the following API: APEX_AUTHENTICATION. LOGOUT

    Create a process after the process of change of your auto password:

    BEGIN
    
      APEX_AUTHENTICATION.LOGOUT (
          P_SESSION_ID  => :APP_SESSION,
          P_APP_ID      => :APP_ID,
          P_WS_APP_ID  => NULL );
    
    END;
    

    I hope this helps!

    Kind regards

    Kiran

  • Advanced Security manager-error initializing the Essbase API.

    Hello

    I installed OLAPUnderground > Security Manager Advanced for the export of all the safety of the user.  When I try to click connect he throws a connection error 'error of initialization of the Essbase API, unable to connect'. Someone knows this error before? Please let me know if I'm missing something.

    We currently use 11.1.2.3.500.

    Thank you

    Karim

    It seems that you did not create the windows environment variable:

    ESSBASEPATH

    D:\Oracle\Middleware\EPMSystem11R1\common\EssbaseRTC\11.1.2.0

    It's just an example path update to match your environment

    See you soon

    John

    http://John-Goodwin.blogspot.com/

  • Updated filter shared via the REST API

    Hello I'm trying to update a shared API filter. I'm using PHP and client fredsakr/eloqua-php-application · GitHub.

    So far, I was able to retrieve the filter with the following call:

    <?php
    require('./eloquaRequest.php');
    $eloquaRequest = new EloquaRequest('site', 'User.Name', 'password', 'https://secure.eloqua.com/API/REST/1.0');
    $response = $eloquaRequest->get('assets/contact/filters?search=TheFilterName&depth=complete');
    print_r($response);
    ?>
    

    I can see the filter in the answer below:

    (
        [type] => ContactFilter
        [currentStatus] => Active
        [id] => 100761
        [createdAt] => 1380137168
        [createdBy] => 48
        [depth] => complete
        [folderId] => 1036
        [name] => TheFilterName
        [updatedAt] => 1383589417
        [updatedBy] => 48
        [count] => 254382
        [criteria] => Array
            (
                [0] => stdClass Object
                    (
                        [type] => ContactFieldCriterion
                        [id] => 1912
                        [condition] => stdClass Object
                            (
                                [type] => TextSetCondition
                                [operator] => in
                                [optionListId] => 193
                            )
    
                        [fieldId] => 100012
                    )
    
            )
    
        [lastCalculatedAt] => 1380137190
        [scope] => global
      statement] => 1912
    

    What I want to do is update that corresponds to the values of 'Compare the Contact fields' in the GUI Eloqua under Contact = > Shared Library = > Contact filters.

    Looks like he has the "[type] = ContactFieldCriterion" under the [criteria] field in the response.

    I'd get how this value in a call to REST, and also how I would update it.

    Please let me know if you need more details on this issue. Please help and thank you.

    After some research I found what I wanted to do has been updated the list of options for this filter. See http://topliners.eloqua.com/docs/DOC-3588 for documentation on the base object. But I had difficulty in updating an OptionList with the Rest API using PUT. If you can help, please visit http://topliners.eloqua.com/message/36739#36739 . Thank you.

  • QUESTION: Can't create a firewall rule to (edge) with the REST API

    Dear Sir

    I am trying to create a firewall rule for simple and basic edge using the REST API.

    I use the REST API guide as a reference on page 158.


    edge-fw-rule.png

    I use the following code (single) in my client REST API (with good content Type (application/xml)):

    < rule >

    < ruleTag > < / ruleTag >

    < name > edge5-rest-rule < / name >

    all < source > < / source >

    < destination > all < / destination >

    < application > all < / application >

    < matchTranslated > true < / matchTranslated >

    < management > in < / direction >

    < action > deny < / action >

    < enabled > false < / enabled >

    < loggingEnabled > true < / loggingEnabled >

    rest-api-rule of the < description > < / description >

    < / rule >

    The error message that I receive is the following:

    <? XML version = "1.0" encoding = "UTF-8"? >

    < error >

    request details invalid <>. Found no match for item rule. < / details >

    < > 223 errorCode < / errorCode >

    < / error >

    The full screenshot of my action REST API is in the screenshot below:

    full-request.png

    Anyone know what I'm doing wrong here?

    Thank you!

    Try this as the body...

    rest-rule

    user

    true

    in

    deny

    fake

    true

    rest-api-rule

  • ShowDetailFrame-customizing the user get stored at the site level.

    We have a show-detail-image in our page. When running it gives the possibility to move up/down etc.

    When a non-administrator user moves a section upward, its reflected to all users. When I exported MDS, I found that this customization is get stored at the site level.

    Is there a way to define these operations such as level of customization of the user, so that only the user who uses the options get affected?

    My web.xml to CHANGE_PERSISTENCE is

    < context-param >

    org.apache.myfaces.trinidad.CHANGE_PERSISTENCE < param-name > < / param-name >

    oracle.adf.view.page.editor.change.ComposerChangeManager < param-value > < / param-value >

    < / context-param >

    Thank you

    Pauline.

    Hi again.

    I was doing a little PoC and you have the following approaches:

    1. Change of adf - config.xml file to use UserCC instead of SiteCC. Implement your own UserCC based on Andrejus or official documentation to retrieve the name of user of the API.
    2. If you need both UserCC and SiteCC at the same time you need to implement yourself. You can follow the construction process (spaces).

    http://andrejusb.blogspot.co.UK/2011/09/making-it-work-together-MDS-user-and.html

    Andrejus Baranovskis Blog: Application of personalization and customization in Oracle ADF 11g and Oracle WebCenter 11g

    I hope this helps.

  • Add vNIC PortGroup scope with the REST API security group

    I created a security group within the reach of a PortGroup via the REST API. Now, I'm trying to add a vNIC, also via the REST API.

    To help illustrate, I have a JMTest1 VM with 1 vNIC connected to the PortGroup which is the scope of the security group. When I change this group the first item in the list that could be added to the security group is the first (and only) JMTest1 vNIC.

    AddvNICToSecurityGroup.PNG

    To add it via the REST API, I need to provide the following:

    https://192.168.x.x/API/2.0/services/SecurityGroup/SecurityGroup-XX/members/ < member-moref >

    for example I need to understand what the < member-moref > for the vNIC to JMTest1 and this is what I have a problem with.

    If I add the vNIC through the user interface and then interrogate the security group it gives me below the answer:

    < securitygroup >

    < objectIdobjectId > securitygroup-xx < / objectId >

    < type >

    < typeName > SecurityGroup < / typeName >

    < / type >

    < name > JMTest7 < / name >

    < description / >

    < revision > 9 < / revision >

    < objectTypeName > SecurityGroup < / objectTypeName >

    < scope >

    < id > dvportgroup-xxxxx / < ID >

    < objectTypeName > DistributedVirtualPortgroup < / objectTypeName >

    < name > dv-xxxxx < / name >

    < / scope >

    < extendedAttributes / >

    < inheritanceAllowed > false < / inheritanceAllowed >

    < member >

    500758f6-b97b - 7A 79 - 0c < objectId > 04 - 996f53edf3f0.000 < / objectId >

    < type >

    Vnic < typeName > < / typeName >

    < / type >

    < name > JMTest1 - NIC 1 < / name >

    < revision > 6 < / revision >

    < objectTypeName > Vnic < / objectTypeName >

    < scope >

    < id > vm-xxxxx / < ID >

    < objectTypeName > VirtualMachine < / objectTypeName >

    < name > JMTest1 < / name >

    < / scope >

    < extendedAttributes / >

    < / member >

    < / securitygroup >

    It seems that the < member-moref > for the JMTest1 vNIC is < objectId > 500758f6-b97b - a 7, 79 - 0c 04 - 996f53edf3f0.000 < / objectId >

    If I run now:

    https://192.168.x.x/API/2.0/services/SecurityGroup/SecurityGroup-XX/members/500758f6-b97b-7a79-0c04-996f53edf3f0.000

    then the vNIC is successfully added to the security group. (yay!) So I am now left with the task of how to get

    500758f6-b97b - 7A 79 - 0c < objectId > 04 - 996f53edf3f0.000 < / objectId >

    of a vNIC?

    I have looked at the object in the Mob vCenter and via PowerCLI, but cannot see how to derive from it.

    Anyone know the answer to that?

    The uuid vnic is created by concatenating the vm instanceUuid + '. ' + the last three digits of the vnic device key.  (The vnic is located in the area of the config.hardware.device of the virtual machine and the key will be to shape 4xxx, where xxx represents the 3 numbers you need).

Maybe you are looking for

  • Airdrop of macbook pro mid-2010?

    I upgraded my Macbook Pro mid 2010 laptop to El Capitan. I see she has Airdrop, but it has not the function: Let me be discovered by... That's why my laptop does not appear on my iPhone 6. Airdrop does not work on a Macbook mid 2012? (2.4 ghz Intel C

  • HP Deskjet Ink Advantage 5525: cannot find the printer deskjet 5525

    I am trying to install this printer (not new, it was a hand) to my computer for several hours now. (I used a downloaded driver). I tried all the solutions in order to make my computer detect the printer. To make sure that it is the IP add or host nam

  • XPS 8300 memory test gap integrity video

    Above the error message when you run the diagnostics.  Seems a lot of problems with the video card when searching these forums, but lack of solutions. ePSA given as 200-0332 error code, but then the diagnostics page Dell tells me that this code is no

  • Install Google Voice and Video chat on Windows 7

    I am trying to install the 'Google voice and Video chat' on Windows 7 and I get error messages and it does not install. I used it on Windows Vista and XP and it works very well! I have disabled the windows firewall and it did not work, I also tried t

  • Compressed version is not?

    Cannot determine why my version of the Tablet seems to be redirect to the desktop version?Any ideas or help?candopro.NET