Skip to content

Add support for addUser/inviteUser #950

Open
@bamse16

Description

@bamse16

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions