Bulk Users by source id
POST/users/bulk/sourceId
The bulk endpoints offer an efficient way of importing/updating large amounts of user with just a single API call. When using the bulk sourceId
endpoint, the users are identified by sourceId
, source
and language
. If a user doesn't already exist, it will be created. If it does exist, the user found will be updated.
User Bulk endpoints support bulk change of user attributes for multiple users as well. To learn more about Attributes, go here. A single users attributes can be modified as explained in Bulk resource attribute values by resource lookup key, but if it's needed to modify attributes for multiple users, this endpoint should be used.
Fields
Name | Required |
---|---|
users (array of users) | yes |
source | yes |
sourceId | yes |
debtorId | no |
firstName | no |
middleName | no |
lastName | no |
fullName | no |
title | no |
dateOfBirth | no |
gender | no |
login | no |
phone | no |
email | no |
company | no |
parent | no |
taxNumber | no |
cocNumber | no |
primaryLanguage | no |
attributes Read more about attributes | no |
addresses Read more about addresses | no |
Request
Responses
- 200
- 400
Bulk Users by source id - 200 / Bulk Users by source id - 200
Response Headers
Bulk Users by source id - 400 (invalid schema) / Bulk Users by source id - 400 (invalid schema)