Create a new user in Bonusly. If a deactivated user with the same userName
is found that user will be reactivated and updated to match any passed in
attributes. If a user already exists with the specified userName the API will
return a 409.

  • Parameters:
    • userName (string, required) - A unique identifier for the user. This will
      be imported into Bonusly as the user's email
      .
    • name.givenName (string, optional) - This will be imported into Bonusly as
      the user's firstName
      .
    • name.familyName (string, optional) - This will be imported into Bonusly as
      the user's lastName
      .
    • externalId (string, optional) - This will be imported into Bonusly as the user's
      external_unique_id
      .
    • addresses.country (string, optional) - This will be imported into Bonusly as
      the user's country when addresses.type is work
      .
    • urn:scim:schemas:extension:enterprise:1.0.department (string, optional) -
      This will be imported into Bonusly as the user's department custom property.
    • urn:scim:schemas:extension:bonusly:1.0:User.location (string, optional) -
      This will be imported into Bonusly as the user's location custom property.
    • urn:scim:schemas:extension:bonusly:1.0:User.employee_id (string, optional) -
      This will be imported into Bonusly as the user's employee_id custom property.
    • urn:scim:schemas:extension:bonusly:1.0:User.role (string, optional) -
      This will be imported into Bonusly as the user's role custom property.
    • urn:scim:schemas:extension:bonusly:1.0:User.job_title (string, optional) -
      This will be imported into Bonusly as the user's job_title custom property.
    • urn:scim:schemas:extension:bonusly:1.0:User.division (string, optional) -
      This will be imported into Bonusly as the user's division custom property.
    • urn:scim:schemas:extension:bonusly:1.0:User.business_unit (string, optional) -
      This will be imported into Bonusly as the user's business_unit custom property.
    • urn:scim:schemas:extension:bonusly:1.0:User.user_mode (string, optional) -
      This will be imported into Bonusly as the user's user_mode - defaults to "normal", can be "benefactor" or "receiver".
    • urn:scim:schemas:extension:bonusly:1.0:User.manager_email (string, optional) -
      This will be imported into Bonusly as the user's manager_email - this will set the user's manager to the existing user with the matching e-mail address.
Language
Authorization
Click Try It! to start a request and see the response here!