Create new users in the CyberArk Cloud Directory Service

  • Use this API to create multiple new users in the CyberArk cloud directory in a single go.
  • Only system administrators or users with user management rights can invoke this API.
  • Also, the value for the key "CusCreateUser.QandD" should be set to TRUE in the tenant config settings to execute this API and create more than one new user.
  • If both are provided, specifying 'ServiceUser' will override the 'InEveryBodyRole' property.
  • Refer guides section Create a User.
  • A successful call to this API returns a list containing UUID and username of all the newly created users. You pass this UUID to any subsequent calls to manage this particular user.

Language