enterprises.get

GET https://relay.bluejeans.com/api/enterprises/:id
GET /api/enterprises/self HTTP/1.1HTTP/1.1 200 OK { "id": "53aa2cafe4b044cc59538612", "name": "myenterprise", "label": "My Enterprise", "password": null, "pointOfContact": "email@myenterprise.com" "tags": [], "publicKey": null }

inputs

id

Your Enterprise's ID (UUID, not username), or "self" if you don't know the ID.
String PATH yes

outputs

An Enterprise object. The password will always be returned as null.
application/json Enterprise