Skip to content

Creating managed users

Unlike native users (those using an email address as their username) a managed user cannot create their own Trimble ID, so the responsibility to provide an application that will allow administrators to create managed users lies with the product team.

Basic managed user flow

To onboard users to the profiles system and enable them to use Trimble Identity sign-in, use the following API operations.

First steps

Implement an application that administrators will use to create and administer managed users. This application will need to provide a UI that enables customer administrators to:

  1. Create an account with profiles. The account name must match the account that’s already in the system.
  2. Create a managed user group. The user who creates a managed user group becomes the administrator of the group by default.
  3. Add administrators to the managed user group.

Administrating managed users

field namestring
firstNameFirst name of the user
lastNameLast name of the user
tempPasswordTemporary password of the user
usernameUsername provided by the user

Password policy for creating a managed user

  • Minimum characters expected - 6 characters
  • Maximum characters allowed - 16 characters
  • Must contain at least 1 number, 1 uppercase letter, and 1 lowercase letter
  • Allowed combination - alphanumeric. Special characters are not allowed.
  • Temporary passwords set by administrators expire in 180 days