NSLS2 / nsls2api

NSLS-II Facility API
https://api.nsls2.bnl.gov
BSD 3-Clause "New" or "Revised" License
0 stars 7 forks source link

Add groupname field to username endpoint response #85

Closed stuartcampbell closed 6 months ago

stuartcampbell commented 6 months ago

In the old API there was an endpoint that gave the group name and the list of usernames. In the new version the groupname was accidentally omitted. This is something that the powershell script that populates the groups relies on.

Also, included a small fix to allow startup even if we are missing variables from our .env file.