-
Notifications
You must be signed in to change notification settings - Fork 23
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
Invite users #47
Labels
enhancement
New feature or request
Comments
Currently, the Invite endpoints are not yet implemented. |
Is it planned to be implemented soon? |
It would be great to get the Invite endpoint implemented! Are there any news about this part of the API? |
marc-farre
added a commit
to marc-farre/rest
that referenced
this issue
Sep 4, 2023
@luke- what do you think about this PR #138 ? Curl example: curl -H 'Content-Type: application/json' -H 'Authorization: Bearer xxxxxxxxxxxxx' -X POST https://my-humhub.com/api/v1/user/invite -d '{"emails":["[email protected]", "[email protected]"]}' |
luke-
added a commit
that referenced
this issue
Sep 4, 2023
…entation Enh #47: Implementation of the "Invite new users" endpoint
@marc-farre Thanks! |
Amazing, thanks for sharing your work! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I can't find out how to use the invite api. The documentation at https://www.humhub.com/en/marketplace/rest/docs/html/user.html#tag/Invite doesn't help.
The text was updated successfully, but these errors were encountered: