Versions Compared

Key

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

Status
colourGreen
title3.12.0

The User Bulk Import REST API is used to update a collection of mobile technicians in a single API call. The collection can contain any combination of new users, updates to existing users and deleting of users. The Deleted property determines what operation to be performed for the user. 

The valid values for Deleted attribute are:

  • true - The user object should be deleted
  • false - The user object should not be deleted. This is the default value if this property is not specified.

Notes:

  • If the Password property is not specified then the current password will be left unmodified 
  • If the ResetPassword property is true, then the system will ignore the Password property if provided and automatically generate a new password and email it to the user.


Panel
borderColorgrey
bgColorwhitesmoke

Related pages:



Resource URL

Panel
borderColorgrey
bgColorwhitesmoke
borderStylesolid

/seiapi/v3/bulk/Users

Common Parameters

Include Page
_URI Default Parameters
_URI Default Parameters

Supported HTTP Methods

MethodDescription
POSTSubmits a collection of user objects to be added, updated, or deleted.

Include Page
_Default HTTP Headers
_Default HTTP Headers

HTTP Body

The body contains a collection of user objects to be processed. 

Code Block
languagejs
firstline1
titleJSON Format
linenumberstrue
{
	"Users" : [
		// Collection of User Objects
	]
}


Include Page
_REST Response Codes
_REST Response Codes