Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You can register new users on Makerble via the API

Warning

When creating users and submitting their new passwords, you must adhere to the following password strength criteria:

  • Must be at least 8 characters long

  • Must contain at least 1 number

  • Must contain at least 1 special character

  • Must contain at least 1 capital letter

...

API Documentation

Users

Desc: Create user

...

Info

This API functionality resembles the Manage Colleagues functionality that is available in the front-end. Using the API you can:

  • Create a new user

  • Give that user a role in your organisation

    • Charity Editor

    • Charity Reporter

    • Charity Observer

  • Give that user a role in one or more of your projects. Roles you can give are

    • Project Editor

    • Project Reporter

    • Project Observer

  • Decide whether that newly created user is an Organisation-controlled User or a User-controlled User (Note: that you can only select Organisation-controlled User if your organisation has turned on Organisation-controlled Users: Organisation-controlled User Accounts )

    • If the user is going to be Organisation-controlled, input true in the charity_controlled part; otherwise input false

  • If you set the newly created user as an Organisation-controlled User, you can choose whether their Email Notifications are turned on or off.

    • If you want emails to be disabled for the user, then in the disable_email_notification field, input true; otherwise input false

...