Bulk create users

Creates multiple users within an organization.

Request
Request Body schema: application/json
required
Array
schemas
Array of strings

A list of schema URNs that describe the structure of the user resource. These URNs indicate the schemas that are applicable to the user data.

object
Array of objects
Array of objects
userName
string

The username or login name of the user.

preferredLanguage
string

The preferred language of the user, typically represented by a locale code (e.g., 'en', 'fr').

locale
string

The locale of the user, typically represented by a locale code (e.g., 'en-US', 'fr-FR').

object
Responses
200

OK

201

Created

401

Unauthorized

403

Forbidden

404

Not Found

post/scim/v2/Users/bulk
Request samples
application/json
[
  • {
    }
]
Response samples
application/json
{
  • "schemas": [
    ],
  • "id": "string",
  • "totalResults": 0,
  • "Resources": [
    ]
}