You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a new API
POST /public/volunteers/getInfo
This api gets a list of midburn profiles (email addresses) and event ID (string)
and for each profile returns a list of departments this user is volunteering at this year.
I suggest to return a map.
This API should be server-server authenticated with spark secret. expecting an header named 'token' that contains spark secret.
similar to /public/volunteers/getEarlyEntrance API.
Communities app should display if a camp/art member is volunteering in a department (or member of another camp/art)
@may-ben-arie - do you have an API which receives a list of member ids/emails and returns if the burner volunteers in a department?
The text was updated successfully, but these errors were encountered: