Bulk update users

Updates an existing multiple user resource, overwriting values for specified attributes.

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

A list of schema URNs that apply to this resource, indicating the structure and attributes of the resource.

id
string

A unique identifier for the resource within the system.

externalId
string

An external identifier for the resource, often used for integration with external systems.

object
userName
string

The username of the user. This is typically a unique identifier for the user within the system.

object
displayName
string

A name that is suitable for display to end-users, which may be different from the username or full name.

preferredLanguage
string

The preferred language of the user for communication and content.

locale
string

The locale of the user, typically used to determine regional settings (e.g., 'en-US' for English, United States).

active
boolean

Indicates whether the user account is currently active. A value of true means the account is active, and false means it is inactive.

Array of objects
Array of objects
object
Responses
200

OK

204

No Content

401

Unauthorized

403

Forbidden

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