ldap - Adding groups as members to a Connections community through the API -


When I know the group name (from the directory server), then add a group as a member as a group Looking for the way.

When I add a group to a group through the UI, I can choose from the existence groups, but I have not yet received the API equivalent of this call.

Do not think that to become a profile, enter SNX: UserId

  & lt; Snx: userid xmlns: snx = "http://www.ibm.com/xmlns/prod/sn" & gt; AB16E3DF-D544-4984-94AE-FAAC7A5F2AA6 & lt; / SNX: userid & gt;   

At the profile service endpoint:

  https: //CONNECTIONSHOST/profiles/atom/profile.do? Userid = AB16E3DF-D544-4984-94AE- FAAC7A5F2AA6   

No profile returns ...

So the question is, as a member of a community How can I add a member (LDAP) when I don SIP: UIID but only group name?

the following METHOD = POST AUTHORIZATION = {BASIC} {OAUTH} Content-Type Application / Atom + xml URL PATTERN = community / service / atom / community / members? Community UIId = $ {community uid} method post

Where the community is unique ID of the UUID community

should be payload

    

Then replace the group's ID with your group's ID, and then you can add the group to the community.

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -