A user is an agent, either a human agent (end-user) or software agent, who uses a computer or network service.

learn more… | top users | synonyms

0
votes
0answers
345 views

ldap and user profile attributes

I have an extended webapp that uses the LDAP provider so users can log in without the fun windows integrated popup. I configured the User Profile Sync Application to use my Forms/LDAP Provider and ...
0
votes
1answer
310 views

How to link to user profile in wiki

I'm looking to add simple links to different users within a wiki article (i.e. "John defined the original request, which was then expanded on my Jane." where John and Jane linked to their profile ...
0
votes
2answers
396 views

Add multiple people using Javascript Client Object Model to a Field of Type SPFieldUserValue

I want to update a UserField client side. I found the following code at this topic How to Use ECMA CSOM to Set a Field of Type SPFieldUserValue Tried the following code: var users = new Array(); ...
-1
votes
3answers
133 views

Collection or list for SPUser and SPGroup objects?

I would like to store in c# code some list or collection or what else to store SPUser and SPGroup objects. After this I would like to do some foreach loop and do some logic.

1 2 3