Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
/user/contacts
Info
Returns all other users in this users management group, this user can see - typically because they share communitiesis also returned in the /user object
Possible Methods

GET

Arguments

...

Info
curl -b cookies.txt -X GET "http://localhost:8185/user/contacts" > response.txt

 

Code Block
 {
    "response": {
        "action": "User/ContactContacts",
        "success": true,
        "message": "Returned contacts successfully",
        "time": 0
    },
    "data": [
        {
            "_id": "dfsdf4554",
            "created": "Oct 1, 2013 09:00:41 PM UTC5357cc8be4b0a329baa475bf",
            "modified": "Oct 15, 2013 12:20:24 PM UTC",
            "accountStatus": "active",
            "email": "sdfdsf@dfdcburch@test.com",
            "firstNamedisplayName": "aasdfas",
            "lastName": "asfsd"test burch",
            "displayNameuserType": "aasdfas asfsdmoderator",
            "phoneuserStatus": "555-555-5555active",
            "communitiesuserAttributes": [              
                 {
                    "_idtype": "4c927585d591d31d7b37097apublishCommentsPublicly",
                    "namevalue": "Infinit.e Systemfalse"
                },
                {
                    "_idtype": "5249b93ce4b07a9911873b19publishSharingToActivityFeed",
                    "namevalue": "Gezitrue"
                },
                {
                    "_idtype": "525462bce4b01f1c47175cc2publishLoginToActivityFeed",
                    "namevalue": "Safeway"
                }
    true"
       ]         },
        {             "_id": "dfsdf4554",
            "created": "Oct 1, 2013 09:00:41 PM UTC",
            "modified": "Oct 15, 2013 12:20:24 PM UTC",
            "accountStatus": "active",
            "email": "sdfdsf@dfd.com",
            "firstName": "aasdfas",
            "lastName": "asfsd",
            "displayName": "aasdfas asfsd",
            "phone": "555-555-5555",
            "communities": [               
                {
                    "_idtype": "4c927585d591d31d7b37097apublishQueriesToActivityFeed",
                    "namevalue": "Infinit.e Systemtrue"
                },
                {
                    "_idtype": "5249b93ce4b07a9911873b19publishCommentsToActivityFeed",
                    "namevalue": "Gezitrue"
                },
                {
                    "_id": "525462bce4b01f1c47175cc2",
         ]
          "name": "Safeway"
                }
            ]
        }
	}
}