$ curl -k -u "cn=directory manager:password" \
-H "Accept: application/json" \
"https://example.com/top/56c9fd6b-f870-35ef-9959-691c783b7318?
attributes=entryDN,uid,givenName,sn,entryUUID"
{"schemas":["urn:scim:schemas:core:1.0","urn:unboundid:schemas:scim:ldap:1.0"],
"id":"56c9fd6b-f870-35ef-9959-691c783b7318",
"meta":{"lastModified":"2013-01-11T23:38:26.489Z",
"location":"https://example.com:443/v1/top/56c9fd6b-f870-35ef-9959-691c783b7318"},
"urn:unboundid:schemas:scim:ldap:1.0":{"givenName":["Rufus"],"uid":["user.1"],
"sn":["Firefly"],"entryUUID":["56c9fd6b-f870-35ef-9959-691c783b7318"],
"entrydn":"uid=user.1,ou=people,dc=example,dc=com"}}