We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi team,
Please add support for the /portals/self/invite endpoint.
/portals/self/invite
{ invitations: [ { email, firstname, lastname, username, password, role, userLicenseType, fullname, userType, userCreditAssignment: -1, applyActUserDefaults: false } ], };
{ success: true, notInvited: [username, ...] }
Also if a user was not added, please include the reason why that was not possible.
The current API returns success: true, notInvited: [username], however no reason why that's not possible is included.
success: true, notInvited: [username]
Regards, Marius
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi team,
Please add support for the
/portals/self/invite
endpoint.Also if a user was not added, please include the reason why that was not possible.
The current API returns
success: true, notInvited: [username]
, however no reason why that's not possible is included.Regards,
Marius
The text was updated successfully, but these errors were encountered: