Skip to content
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

Add support for addUser/inviteUser #950

Open
bamse16 opened this issue Feb 24, 2022 · 0 comments
Open

Add support for addUser/inviteUser #950

bamse16 opened this issue Feb 24, 2022 · 0 comments

Comments

@bamse16
Copy link

bamse16 commented Feb 24, 2022

Hi team,

Please add support for the /portals/self/invite endpoint.

  • params:
{
    invitations: [
      {
        email,
        firstname,
        lastname,
        username,
        password,
        role,
        userLicenseType,
        fullname,
        userType,
        userCreditAssignment: -1,
        applyActUserDefaults: false
      }
    ],
  };
  • response
{ 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.

Regards,
Marius

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants