UNPKG

opendj-rest-wrapper

Version:

JavaScript library for OpenDJ REST API to access directory data as JSON resources over HTTP

12 lines (9 loc) 167 B
'use strict'; var json = { 'displayName': 'New User', 'manager': [{ '_id': 'kvaughan', 'displayName': 'Kirsten Vaughan', }], }; module.exports = json;