Updates an existing multiple user resource, overwriting values for specified attributes.
OK
No Content
Unauthorized
Forbidden
[- {
- "schemas": [
- "string"
], - "id": "string",
- "externalId": "string",
- "meta": {
- "created": "2019-08-24T14:15:22Z",
- "resourceType": "string",
- "location": "string"
}, - "userName": "string",
- "name": {
- "formatted": "string",
- "familyName": "string",
- "givenName": "string"
}, - "displayName": "string",
- "preferredLanguage": "string",
- "locale": "string",
- "active": true,
- "emails": [
- {
- "value": "string",
- "display": "string",
- "type": "string",
- "primary": true
}
], - "roles": [
- {
- "value": "string",
- "display": "string"
}
], - "urn:zuora:scim:schemas:1.0:UserExtension": {
- "schemas": [
- "string"
], - "organizationId": "string",
- "status": "string",
- "ssoEnabled": true,
- "region": "string"
}
}
]
{- "schemas": [
- "urn:ietf:params:scim:api:messages:2.0:ListResponse"
], - "id": null,
- "externalId": null,
- "meta": null,
- "totalResults": 2,
- "resources": [
- {
- "schemas": [
- "urn:zuora:scim:schemas:1.0:UserExtension",
- "urn:ietf:params:scim:schemas:core:2.0:User"
], - "id": "41aa4e47-01e2-4d85-a6bc-d88e18477011",
- "externalId": "Amy+test4@zuora.com",
- "meta": {
- "created": "2024-10-03T09:37:40.161Z",
- "resourceType": "User",
}, - "userName": "Amy+test4@zuora.com",
- "name": {
- "formatted": "Amy Lawrence",
- "familyName": "Amy",
- "givenName": "Lawrence"
}, - "displayName": "Amy Lawrence",
- "preferredLanguage": "en",
- "locale": "en-US",
- "active": true,
- "emails": [
- {
- "value": "updated2@example.com",
- "display": "updated2@example.com",
- "type": "work",
- "primary": true
}
], - "roles": [
- {
- "value": "USER",
- "display": "USER"
}
], - "urn:zuora:scim:schemas:1.0:UserExtension": {
- "schemas": [
- "urn:zuora:scim:schemas:1.0:UserExtension"
], - "organizationId": "5619df2e-fa8c-47fa-9c1e-16ab5af4936e",
- "status": "ACTIVE",
- "ssoEnabled": true,
- "region": "EU"
}
}, - {
- "schemas": [
- "urn:zuora:scim:schemas:1.0:UserExtension",
- "urn:ietf:params:scim:schemas:core:2.0:User"
], - "id": "8b40ccce-5fb7-4643-9b78-e194fe5303e6",
- "externalId": "Amy+test3@zuora.com",
- "meta": {
- "created": "2024-10-03T09:37:39.851Z",
- "resourceType": "User",
}, - "userName": "Amy+test3@zuora.com",
- "name": {
- "formatted": "Amy Lawrence",
- "familyName": "Amy",
- "givenName": "Lawrence"
}, - "displayName": "Amy Lawrence",
- "preferredLanguage": "en",
- "locale": "en-US",
- "active": true,
- "emails": [
- {
- "value": "updated3@example.com",
- "display": "updated3@example.com",
- "type": "work",
- "primary": true
}
], - "roles": [
- {
- "value": "USER",
- "display": "USER"
}
], - "urn:zuora:scim:schemas:1.0:UserExtension": {
- "schemas": [
- "urn:zuora:scim:schemas:1.0:UserExtension"
], - "organizationId": "5619df2e-fa8c-47fa-9c1e-16ab5af4936e",
- "status": "ACTIVE",
- "ssoEnabled": true,
- "region": "EU"
}
}
], - "startIndex": 1,
- "itemsPerPage": 2
}