-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OCS endpoint to get the account list #10588
Comments
@julien-nc I will let the team know. |
The groupware team will deliver this within the early Hub 11 development phase. |
Just to clarify, a minimal API with a response containing the account id, primary email address and all aliases would be sufficient, right? |
Yes that would be sufficient. |
@julien-nc @marcelklehr fyi this is ready as pre-release 4.3.0-beta.1 |
Thank you 🎉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
No response
Describe the solution you'd like
Hey! Would it be possible to implement an OCS endpoint to get the list of email accounts?
We are mainly interested to get the
account_id
and theemail
for each account.Describe alternatives you've considered
Or maybe it makes sense to make it possible to not give the account ID to
/message/send
and use the account that has the same email as the NC user account.Additional context
It would be very helpful to implement a "Send email" tool in Context Agent (the agency feature of the assistant).
The
/message/send
OCS endpoint takes an accountId as param. To get this account ID we would get the account list and take the account that has the same email address as the NC user account.cc @marcelklehr
The text was updated successfully, but these errors were encountered: