Deactivates a specific user identified by the user ID.
OK
No Content
Unauthorized
Forbidden
{- "id": "123456",
- "userName": "johndoe",
- "displayName": "John Doe",
- "active": true,
- "emails": [
- {
- "value": "johndoe@example.com",
- "primary": true
}
], - "meta": {
- "resourceType": "User",
- "created": "2023-01-01T12:00:00Z",
- "lastModified": "2023-01-01T12:00:00Z"
}
}