POST /api/team/users/create/bulk

Create users in bulk using this endpoint : https://id.locate2u.com/api/team/users/create/bulk

Note : This end point is different to all the other ones going to http://api.locate2u.com/ instead this will go to id.locate2u.com.

Sample Request:

Array of CreateUserRequest

[{
    "email":"john.smith@locate2u.com",
    "firstName": "John",
    "lastName": "Smith",
    "role": "Team Member"
}]

Sample code

C#
Java
NodeJS
PHP
Python

Response

Response

Http 200

Http 401